From e7258052d116a56fe7318330d278ca29e30c35af Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 27 Oct 2022 11:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E9=9B=86=E6=B8=85=E5=8D=95=E6=9F=B1?= =?UTF-8?q?=E7=8A=B6=E5=9B=BE=EF=BC=8C=E6=94=B6=E9=9B=86=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E5=AE=BD=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterCollectionEchart.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue b/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue index 89a4db7c1..d26e925f3 100644 --- a/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue +++ b/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue @@ -5,8 +5,12 @@ - - {{ d.label }} + + + + {{ d.label }} + + @@ -366,6 +370,12 @@ box-sizing: border-box; } } + .box-input { + display: inline-block; + width: calc(70% - 100px); + height: 38px; + margin-top: 2px; + } .box-content-right { width: calc(50% - 12px);