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) {
|
||||
state.value.basicStyleForm[colorSchemeName.value] = option.value
|
||||
changeBasicStyle(colorSchemeName.value)
|
||||
colorCaseSelectorRef.value?.hide()
|
||||
changeColorOption(option)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user