File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
frontend/src/views/chart/components/shape-attr Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 165
165
</el-form >
166
166
167
167
<el-form v-show =" chart.type && chart.type === 'chart-mix'" ref =" sizeFormBar" :disabled =" param && !hasDataPermission('manage',param.privileges)" :model =" sizeForm" label-width =" 80px" size =" mini" >
168
+ <el-divider content-position =" center" class =" divider-style" >{{ $t('chart.chart_bar') }}</el-divider >
168
169
<el-form-item :label =" $t('chart.adapt')" class =" form-item" >
169
170
<el-checkbox v-model =" sizeForm.barDefault" @change =" changeBarSizeCase" >{{ $t('chart.adapt') }}</el-checkbox >
170
171
</el-form-item >
174
175
<el-form-item :label =" $t('chart.bar_gap')" class =" form-item form-item-slider" >
175
176
<el-slider v-model =" sizeForm.barGap" :disabled =" sizeForm.barDefault" show-input :show-input-controls =" false" input-size =" mini" :min =" 0" :max =" 5" :step =" 0.1" @change =" changeBarSizeCase" />
176
177
</el-form-item >
177
- <el-divider / >
178
+ <el-divider content-position = " center " class = " divider-style " >{{ $t('chart.chart_line') }}</ el-divider >
178
179
<el-form-item :label =" $t('chart.line_width')" class =" form-item form-item-slider" >
179
180
<el-slider v-model =" sizeForm.lineWidth" show-input :show-input-controls =" false" input-size =" mini" :min =" 0" :max =" 10" @change =" changeBarSizeCase" />
180
181
</el-form-item >
203
204
<el-form-item :label =" $t('chart.line_area')" class =" form-item" >
204
205
<el-checkbox v-model =" sizeForm.lineArea" @change =" changeBarSizeCase" >{{ $t('chart.show') }}</el-checkbox >
205
206
</el-form-item >
206
- <el-divider / >
207
+ <el-divider content-position = " center " class = " divider-style " >{{ $t('chart.chart_scatter') }}</ el-divider >
207
208
<el-form-item :label =" $t('chart.bubble_symbol')" class =" form-item" >
208
209
<el-select v-model =" sizeForm.scatterSymbol" :placeholder =" $t('chart.line_symbol')" @change =" changeBarSizeCase" >
209
210
<el-option
@@ -372,4 +373,10 @@ export default {
372
373
.el-divider--horizontal {
373
374
margin : 10px 0
374
375
}
376
+ .divider-style >>> .el-divider__text {
377
+ color : #606266 ;
378
+ font-size : 12px ;
379
+ font-weight : 400 ;
380
+ padding : 0 10px ;
381
+ }
375
382
</style >
You can’t perform that action at this time.
0 commit comments