UI界面变更-消息中心
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user