Merge branch 'master-dev' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev
This commit is contained in:
commit
bd809b8368
|
@ -13,7 +13,7 @@ import xss from "xss"
|
|||
<a-button v-if="record.openType === 'url'" type="primary" @click="toHandle">去处理</a-button>
|
||||
</template>
|
||||
<a-card class="daily-article" :loading="loading">
|
||||
<a-card-meta :title="record.titile" :description="'发布人:' + record.sender + ' 发布时间: ' + record.sendTime">
|
||||
<a-card-meta :title="record.titile" :description="'发布人:' + record.sender + ' 发布时间: ' + record.sendTime">
|
||||
</a-card-meta>
|
||||
<a-divider />
|
||||
<span v-html="record.msgContent" class="article-content"></span>
|
||||
|
@ -151,4 +151,12 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
.ant-card-bordered {
|
||||
border: none;
|
||||
padding: 20px;
|
||||
}
|
||||
/deep/.ant-card-meta-title {
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user