From 05c9236b7c6a4eb8b6836ceddac0938e461a7a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Fri, 6 Jan 2023 10:21:47 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85-=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=88=97=E8=A1=A8=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/dialog/ParameterTemplate.vue | 4 ++-- .../dialog/ProjectCollectionParameters.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue b/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue index cb2d49353..8dc0595a1 100644 --- a/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue +++ b/jero-web/src/views/projectManagement/dialog/ParameterTemplate.vue @@ -90,12 +90,12 @@ export default { { title: this.$t('zoneOfApplication'), dataIndex: 'region_dictText', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('parameterTemplate'), - align: 'center', + align: 'left', dataIndex: 'paramsTemplateName', ellipsis: true } diff --git a/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue b/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue index d6c03ca68..759621f14 100644 --- a/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue +++ b/jero-web/src/views/projectManagement/dialog/ProjectCollectionParameters.vue @@ -161,18 +161,18 @@ title: this.$t('entryName'), dataIndex: 'projectName', key: 'showArea', - align: 'center', + align: 'left', ellipsis: true }, { title: this.$t('ListTitle'), - align: 'center', + align: 'left', dataIndex: 'title', ellipsis: true }, { title: this.$t('parameterTemplate'), - align: 'center', + align: 'left', dataIndex: 'paramsTemplateName', ellipsis: true, scopedSlots: { customRender: 'parameterTemplateSlot' }