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;