perf: 修改位置区域文案,修改水球图颜色文案
This commit is contained in:
parent
d3caa77ba3
commit
0ef0b65b02
@ -12,7 +12,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</n-button>
|
</n-button>
|
||||||
</n-space>
|
</n-space>
|
||||||
<setting-item-box name="边距">
|
<setting-item-box name="位置">
|
||||||
<n-input-number
|
<n-input-number
|
||||||
v-model:value="chartAttr.y"
|
v-model:value="chartAttr.y"
|
||||||
:min="0"
|
:min="0"
|
||||||
|
@ -15,14 +15,14 @@
|
|||||||
placeholder="水球数值"
|
placeholder="水球数值"
|
||||||
></n-input-number>
|
></n-input-number>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
<SettingItem name="颜色">
|
<SettingItem name="颜色1">
|
||||||
<n-color-picker
|
<n-color-picker
|
||||||
size="small"
|
size="small"
|
||||||
:modes="['hex']"
|
:modes="['hex']"
|
||||||
v-model:value="item.color[0].colorStops[0].color"
|
v-model:value="item.color[0].colorStops[0].color"
|
||||||
></n-color-picker>
|
></n-color-picker>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
<SettingItem name="颜色">
|
<SettingItem name="颜色2">
|
||||||
<n-color-picker
|
<n-color-picker
|
||||||
size="small"
|
size="small"
|
||||||
:modes="['hex']"
|
:modes="['hex']"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user