Commit 4cc02fe0 authored by 季圣华's avatar 季圣华
Browse files

优化消息通知页面

parent 8a1a84ed
...@@ -12,10 +12,7 @@ ...@@ -12,10 +12,7 @@
<a-button v-if="record.openType==='url'" type="primary" @click="toHandle">去处理</a-button> <a-button v-if="record.openType==='url'" type="primary" @click="toHandle">去处理</a-button>
</template> </template>
<a-card class="daily-article" :loading="loading"> <a-card class="daily-article" :loading="loading">
<a-card-meta <span style="font-size:18px;">{{record.msgTitle}}</span>
:title="record.titile"
:description="'标题:'+record.msgTitle">
</a-card-meta>
<a-divider /> <a-divider />
<span v-html="record.msgContent" class="article-content"></span> <span v-html="record.msgContent" class="article-content"></span>
</a-card> </a-card>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment