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;