Merge pull request #12720 from dataease/pr@dev-v2@chart-map-fix

fix(图表): 修复地图渐变色颜色配置不能连续生效的问题
This commit is contained in:
jianneng-fit2cloud
2024-10-16 10:25:18 +08:00
committed by GitHub

View File

@@ -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)
}