From 5bf92e1769c0bba7023afb5a851e30513dc9a8f6 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Wed, 12 Oct 2022 17:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dialog/ParameterTemplateAdd.vue | 53 +++++++++++-------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue b/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue index a4151bd78..bcec63bc8 100644 --- a/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue +++ b/jero-web/src/views/projectManagement/dialog/ParameterTemplateAdd.vue @@ -13,6 +13,7 @@ @@ -24,7 +25,7 @@ -
+
{{$t('zoneOfApplication')}} @@ -34,9 +35,9 @@ - - - + + +
- - - - - - - - + + + + + + + +
@@ -65,16 +66,17 @@
- - - - - + + + + +
{{ $t('query') }} @@ -92,7 +94,7 @@ :dataSource='areaTable' :pagination='false' :loading='loading' - :scroll='{x: 600}' + :scroll='{x: 600,y:300}' :rowSelection='{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}' @change='handleTableChange'> @@ -376,13 +378,14 @@ .drawer-bootom-button { display: flex; - justify-content: center; + justify-content: flex-end; } .Required { color: red; margin-right: 4px; } + .box-title-text { line-height: 1.4; display: flex; @@ -390,7 +393,7 @@ } .title-text { - width: 114px; + width: 85px; text-align: right; display: inline-block; font-weight: 500; @@ -410,7 +413,7 @@ } .itemModel { - width: calc(100% - 130px); + width: calc(100% - 101px); display: inline-block; margin-top: 2px; height: 40px; @@ -466,6 +469,10 @@ line-height: 6px; color: #fff; } + + .box-button { + height: 38px; + } \ No newline at end of file