UI界面变更-消息中心

This commit is contained in:
刘彦泽
2022-12-29 16:40:13 +08:00
parent de17a6393e
commit 59ebc9ee2f
2 changed files with 4 additions and 4 deletions
@@ -66,14 +66,14 @@
columns: [
{
title: this.$t('MessageContent'),
align: 'center',
align: 'left',
dataIndex: 'msgContent',
ellipsis: true,
scopedSlots: { customRender: 'msgContent' }
},
{
title: this.$t('NotificationTime'),
align: 'center',
align: 'left',
width: 200,
dataIndex: 'createTime'
}
@@ -161,7 +161,7 @@
}
.title-text {
width: 66px;
width: 110px;
color: #000F16;
display: inline-block;
font-weight: 500;
@@ -396,7 +396,7 @@ export default {
.title-text {
width: 20%;
min-width: 90px;
min-width: 110px;
color: #000F16;
display: inline-block;
font-weight: 500;