diff --git a/jero-web/src/components/exporthistory/index.vue b/jero-web/src/components/exporthistory/index.vue index a2d883e27..a5c39758d 100644 --- a/jero-web/src/components/exporthistory/index.vue +++ b/jero-web/src/components/exporthistory/index.vue @@ -100,19 +100,19 @@ export default { // }, { title: this.$t('Exporttype'), - align: 'center', + align: 'left', dataIndex: 'exportType', ellipsis: true }, { title: this.$t('Exporttime'), - align: 'center', + align: 'left', dataIndex: 'exportTime', ellipsis: true }, { title: this.$t('file'), - align: 'center', + align: 'left', dataIndex: 'exportFileName', scopedSlots: { customRender: 'file' }, ellipsis: true diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 24c653458..0d7656f59 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -487,7 +487,7 @@ if (res.type) { this.columns.push({ dataIndex: res.db_field_name, - align: 'center', + align: 'left', ellipsis: true, sorter: res.sort, width: 500 @@ -503,7 +503,7 @@ this.columns.push({ title: res.db_field_txt, dataIndex: res.db_field_name, - align: 'center', + align: 'left', ellipsis: true, sorter: res.sort, width: 160 diff --git a/jero-web/src/views/parameter/ParameterTemplate/index.vue b/jero-web/src/views/parameter/ParameterTemplate/index.vue index e29fd17b3..db757c6a7 100644 --- a/jero-web/src/views/parameter/ParameterTemplate/index.vue +++ b/jero-web/src/views/parameter/ParameterTemplate/index.vue @@ -156,14 +156,14 @@ export default { columns: [ { title: this.$t('zoneOfApplication'), - align: 'center', + align: 'left', width: 160, ellipsis: true, dataIndex: 'region_dictText', }, { title: this.$t('parameterTemplate'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'paramsTemplateName', @@ -171,28 +171,28 @@ export default { }, { title: this.$t('contentDescription'), - align: 'center', + align: 'left', ellipsis: true, dataIndex: 'description', // scopedSlots: { customRender: 'titleName' } }, { title: this.$t('created'), - align: 'center', + align: 'left', dataIndex: 'createTime', width: 160, ellipsis: true, }, { title: this.$t('updated'), - align: 'center', + align: 'left', width: 160, ellipsis: true, dataIndex: 'updateTime' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 200, scopedSlots: { customRender: 'operation' } diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue index b7199aa7d..9b75232e5 100644 --- a/jero-web/src/views/parameter/escalationlibrary/index.vue +++ b/jero-web/src/views/parameter/escalationlibrary/index.vue @@ -153,24 +153,24 @@ columns: [ { title: this.$t('entryName'), - align: 'center', + align: 'left', width: '17%', dataIndex: 'projectName', scopedSlots: { customRender: 'projectName' } }, { title: this.$t('ListTitle'), - align: 'center', + align: 'left', dataIndex: 'title' }, { title: this.$t('Version'), - align: 'center', + align: 'left', dataIndex: 'version' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 200, scopedSlots: { customRender: 'operation' } @@ -347,7 +347,7 @@ color: #000F16; display: inline-block; font-weight: 500; - font-size: 16px; + font-size: 14px; margin-right: 16px; margin-top: 3px; text-align: right; diff --git a/jero-web/src/views/parameter/parameterexport/index.vue b/jero-web/src/views/parameter/parameterexport/index.vue index b60c0964e..675d4b389 100644 --- a/jero-web/src/views/parameter/parameterexport/index.vue +++ b/jero-web/src/views/parameter/parameterexport/index.vue @@ -148,7 +148,7 @@ export default { // }, { title: this.$t('templateName'), - align: 'center', + align: 'left', dataIndex: 'templateName', ellipsis: true, width: 300, @@ -156,7 +156,7 @@ export default { }, { title: this.$t('contentDescription'), - align: 'center', + align: 'left', dataIndex: 'description', ellipsis: true, width: 300, @@ -164,28 +164,28 @@ export default { }, { title: this.$t('status'), - align: 'center', + align: 'left', width: 120, ellipsis: true, dataIndex: 'state_dictText' }, { title: this.$t('creater'), - align: 'center', + align: 'left', width: 120, ellipsis: true, dataIndex: 'createBy' }, { title: this.$t('Latestupdatetime'), - align: 'center', + align: 'left', width: 180, ellipsis: true, dataIndex: 'updateTime' }, { title: this.$t('operation'), - align: 'center', + align: 'left', fixed: 'right', width: 200, scopedSlots: { customRender: 'operation' }