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: [ columns: [
{ {
title: this.$t('MessageContent'), title: this.$t('MessageContent'),
align: 'center', align: 'left',
dataIndex: 'msgContent', dataIndex: 'msgContent',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'msgContent' } scopedSlots: { customRender: 'msgContent' }
}, },
{ {
title: this.$t('NotificationTime'), title: this.$t('NotificationTime'),
align: 'center', align: 'left',
width: 200, width: 200,
dataIndex: 'createTime' dataIndex: 'createTime'
} }
@@ -161,7 +161,7 @@
} }
.title-text { .title-text {
width: 66px; width: 110px;
color: #000F16; color: #000F16;
display: inline-block; display: inline-block;
font-weight: 500; font-weight: 500;
@@ -396,7 +396,7 @@ export default {
.title-text { .title-text {
width: 20%; width: 20%;
min-width: 90px; min-width: 110px;
color: #000F16; color: #000F16;
display: inline-block; display: inline-block;
font-weight: 500; font-weight: 500;