From aae6064df3b693f532bbf13268e18b00a32f23b9 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 12 Jan 2023 18:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B8=85=E5=8D=95UI=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/listAddModel.vue | 12 +++++++----- .../dialog/ParameterTemplateAdd.vue | 13 ++++++++----- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/listAddModel.vue b/jero-web/src/views/projectManagement/components/listAddModel.vue index 326b9794c..5fa6d06d6 100644 --- a/jero-web/src/views/projectManagement/components/listAddModel.vue +++ b/jero-web/src/views/projectManagement/components/listAddModel.vue @@ -12,7 +12,7 @@
- +
{{$t('standard')}} @@ -21,7 +21,7 @@ v-model="queryParam.serial_number">
- +
{{$t('title')}} @@ -30,7 +30,7 @@ v-model="queryParam.title">
- +
{{$t('status')}} @@ -301,7 +301,8 @@ } .title-text { - width: 33px; + width: 20%; + min-width: 110px; color: #000F16; display: inline-block; font-weight: 500; @@ -316,8 +317,9 @@ .box-input { display: inline-block; - width: 100%; + width: 70%; height: 38px; + margin-top: 2px; } .box-button { diff --git a/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue b/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue index e3bb38d67..f6abb5557 100644 --- a/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue +++ b/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue @@ -45,7 +45,7 @@ @@ -66,13 +66,13 @@ - +
{{$t('explain')}}
- + @@ -467,7 +467,7 @@ .diolag-area { .table-area { - margin: 20px 0; + //margin: 20px 0; .action-edit { margin-right: 10px; @@ -481,6 +481,9 @@ /deep/.propbox .ant-form-explain{ margin-top: -17px !important; } + /deep/.explainbox .ant-form-item-control{ + width: 104%; + } .drawer-bootom-button { position: absolute; bottom: 0; @@ -506,7 +509,7 @@ } .title-text { - width: 84px; + width: 100px; text-align: right; display: inline-block; font-weight: 500;