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);