forked from github/dataease
fix(图表): 修复地图渐变色颜色配置不能连续生效的问题
This commit is contained in:
parent
5e9102457d
commit
4a61a9480e
@ -210,6 +210,7 @@ const customColorPickerRef = ref<InstanceType<typeof ElColorPicker>>()
|
|||||||
|
|
||||||
function selectColorCase(option) {
|
function selectColorCase(option) {
|
||||||
state.value.basicStyleForm[colorSchemeName.value] = option.value
|
state.value.basicStyleForm[colorSchemeName.value] = option.value
|
||||||
|
changeBasicStyle(colorSchemeName.value)
|
||||||
colorCaseSelectorRef.value?.hide()
|
colorCaseSelectorRef.value?.hide()
|
||||||
changeColorOption(option)
|
changeColorOption(option)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user