diff --git a/jero-web/src/views/dashboard/customContentList.vue b/jero-web/src/views/dashboard/customContentList.vue index 130996eaf..650729d46 100644 --- a/jero-web/src/views/dashboard/customContentList.vue +++ b/jero-web/src/views/dashboard/customContentList.vue @@ -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; diff --git a/jero-web/src/views/system/UserAnnouncementList.vue b/jero-web/src/views/system/UserAnnouncementList.vue index c05737509..c374102c5 100644 --- a/jero-web/src/views/system/UserAnnouncementList.vue +++ b/jero-web/src/views/system/UserAnnouncementList.vue @@ -396,7 +396,7 @@ export default { .title-text { width: 20%; - min-width: 90px; + min-width: 110px; color: #000F16; display: inline-block; font-weight: 500;