mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-16 15:22:07 +08:00
配置项
This commit is contained in:
parent
7cf6eda3b1
commit
dc627a146f
@ -19,8 +19,7 @@ const option = {
|
||||
roundCap: true,
|
||||
clip: false,
|
||||
itemStyle: {
|
||||
borderWidth: 1,
|
||||
borderColor: '#464646'
|
||||
color:'#3263ec'
|
||||
}
|
||||
},
|
||||
axisLine: {
|
||||
@ -48,7 +47,7 @@ const option = {
|
||||
width: 50,
|
||||
height: 14,
|
||||
fontSize: 20,
|
||||
color: 'auto',
|
||||
color: '#3263ec',
|
||||
borderColor: 'auto',
|
||||
borderRadius: 20,
|
||||
borderWidth: 0,
|
||||
|
@ -10,6 +10,20 @@
|
||||
<n-input-number v-model:value="config.series[0].detail.fontSize" :min="10" :step="1" size="small" placeholder="数值">
|
||||
</n-input-number>
|
||||
</SettingItem>
|
||||
<SettingItem name="环颜色">
|
||||
<n-color-picker
|
||||
size="small"
|
||||
:modes="['hex']"
|
||||
v-model:value="config.series[0].progress.itemStyle.color"
|
||||
></n-color-picker>
|
||||
</SettingItem>
|
||||
<SettingItem name="字颜色">
|
||||
<n-color-picker
|
||||
size="small"
|
||||
:modes="['hex']"
|
||||
v-model:value="config.series[0].detail.color"
|
||||
></n-color-picker>
|
||||
</SettingItem>
|
||||
</SettingItemBox>
|
||||
</CollapseItem>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user