perf: 修改位置区域文案,修改水球图颜色文案

This commit is contained in:
奔跑的面条 2022-05-09 09:47:54 +08:00
parent d3caa77ba3
commit 0ef0b65b02
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</template>
</n-button>
</n-space>
<setting-item-box name="边距">
<setting-item-box name="位置">
<n-input-number
v-model:value="chartAttr.y"
:min="0"

View File

@ -15,14 +15,14 @@
placeholder="水球数值"
></n-input-number>
</SettingItem>
<SettingItem name="颜色">
<SettingItem name="颜色1">
<n-color-picker
size="small"
:modes="['hex']"
v-model:value="item.color[0].colorStops[0].color"
></n-color-picker>
</SettingItem>
<SettingItem name="颜色">
<SettingItem name="颜色2">
<n-color-picker
size="small"
:modes="['hex']"