From f14df08bdadc94d68d9c86e47c643d0335a9c480 Mon Sep 17 00:00:00 2001 From: junjun Date: Fri, 18 Mar 2022 11:12:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=86=E5=9B=BE=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=9D=97=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 0107943790..2f2e3419ce 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2882,13 +2882,17 @@ span { } ::v-deep .el-slider__input { - width: 100px !important; + width: 80px !important; } ::v-deep .el-input-number--mini { width: 100px !important; } +::v-deep .el-slider__runway.show-input{ + width: 80px!important; +} + .no-senior { width: 100%; text-align: center;