From e214af834f793f2c75718afd3e4b84166626dd3d Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 14 Dec 2023 16:03:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE-=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=98=88=E5=80=BC):=20=E8=A1=A8=E6=A0=BC=E9=98=88=E5=80=BC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=95=8C=E9=9D=A2=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../senior/dialog/TableThresholdEdit.vue | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/core/frontend/src/views/chart/components/senior/dialog/TableThresholdEdit.vue b/core/frontend/src/views/chart/components/senior/dialog/TableThresholdEdit.vue index 88deb13f7b..11e6457bfc 100644 --- a/core/frontend/src/views/chart/components/senior/dialog/TableThresholdEdit.vue +++ b/core/frontend/src/views/chart/components/senior/dialog/TableThresholdEdit.vue @@ -117,13 +117,16 @@ v-show="!item.term.includes('null') && !item.term.includes('empty') && item.term !== 'between'" v-model="item.value" class="value-item" - style="margin-left: 10px;" + style="margin-left: 10px; padding-right: 10px" :placeholder="$t('chart.drag_block_label_value')" size="mini" clearable @change="changeThreshold" /> - + - + - +