mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11: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>
|
<time-show :time="createTime"></time-show>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="topTitle">通知内容</div>
|
<div class="topTitle"></div>
|
||||||
<!-- <div class="noticeContent" style="white-space: pre;">{{ content }}</div> -->
|
<!-- <div class="noticeContent" style="white-space: pre;">{{ content }}</div> -->
|
||||||
<div class="noticeContent" v-html="content"></div>
|
<div class="noticeContent" v-html="content"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -137,11 +137,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topTitle {
|
.topTitle {
|
||||||
display: flex;
|
width: 100%;
|
||||||
justify-content: center;
|
height: 50px;
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 600;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noticeContent {
|
.noticeContent {
|
||||||
|
|||||||
Reference in New Issue
Block a user