diff --git a/frontend/src/views/chart/components/senior/FunctionCfg.vue b/frontend/src/views/chart/components/senior/FunctionCfg.vue index 242b66233a..d99773d66d 100644 --- a/frontend/src/views/chart/components/senior/FunctionCfg.vue +++ b/frontend/src/views/chart/components/senior/FunctionCfg.vue @@ -6,7 +6,7 @@ {{ $t('chart.show') }} - + diff --git a/frontend/src/views/chart/components/senior/Threshold.vue b/frontend/src/views/chart/components/senior/Threshold.vue index b180ca18c6..ad764e3a2e 100644 --- a/frontend/src/views/chart/components/senior/Threshold.vue +++ b/frontend/src/views/chart/components/senior/Threshold.vue @@ -4,7 +4,7 @@ 0, - + ,100
diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index b8068fa707..a853736e20 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2749,7 +2749,10 @@ export default { } .result-count { - width: 60px; + width: 50px; + } + .result-count >>> input { + padding:0 4px; } .radio-span > > > .el-radio__label {