mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
通知样式
This commit is contained in:
9
src/views/grateful/NoticeDetail.vue
Normal file → Executable file
9
src/views/grateful/NoticeDetail.vue
Normal file → Executable 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 {
|
||||
|
||||
Reference in New Issue
Block a user