From b3a094d0aff667d223e94ffc7ca4362e9363123a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Thu, 5 Jan 2023 09:54:43 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=A1=B9=E6=94=B6=E9=9B=86=E6=B8=85=E5=8D=95?= =?UTF-8?q?-=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/ParameterLibraryAdd/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/components/ParameterLibraryAdd/index.vue b/jero-web/src/components/ParameterLibraryAdd/index.vue index a66300b97..4d972d944 100644 --- a/jero-web/src/components/ParameterLibraryAdd/index.vue +++ b/jero-web/src/components/ParameterLibraryAdd/index.vue @@ -97,13 +97,13 @@ { title: this.$t('NiONumber'), dataIndex: 'nioNumber', - align: 'center', + align: 'left', width: 200, ellipsis: true }, { title: this.$t('ParameterName'), - align: 'center', + align: 'left', dataIndex: 'paramsName', width: 200, ellipsis: true @@ -111,7 +111,7 @@ { title: this.$t('areaOfResponsibility'), dataIndex: 'dutyTerritory_dictText', - align: 'center', + align: 'left', width: 200, ellipsis: true }