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:
@@ -58,7 +58,7 @@
|
||||
</span>
|
||||
<div class="portal-title-desc"
|
||||
style="flex: 1;font-size: 14px;display: flex;justify-content: space-between;">
|
||||
<span class="title-line-ellipsis " style="flex: 1;">{{ item.content }}</span>
|
||||
<span class="title-line-ellipsis " style="flex: 1;">{{ item.name }}</span>
|
||||
<span>{{ item.createTime.split(' ')[0] }}</span>
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
</div>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user