通知样式

This commit is contained in:
nisen
2023-09-07 14:09:18 +08:00
parent 0a37fab157
commit 0c0b6bd67f

9
src/views/grateful/NoticeDetail.vue Normal file → Executable file
View File

@@ -29,7 +29,7 @@
<time-show :time="createTime"></time-show>
</div>
</div>
<div class="topTitle">通知内容</div>
<div class="topTitle"></div>
<!-- <div class="noticeContent" style="white-space: pre;">{{ content }}</div> -->
<div class="noticeContent" v-html="content"></div>
</div>
@@ -137,11 +137,8 @@ export default {
}
.topTitle {
display: flex;
justify-content: center;
font-size: 18px;
font-weight: 600;
margin-bottom: 30px;
width: 100%;
height: 50px;
}
.noticeContent {