refactor(图表): 地图缩放精度修改为 0.1

This commit is contained in:
wisonic 2024-12-18 15:47:25 +08:00 committed by wisonic-s
parent d5bf5d75be
commit 02443823f4

View File

@ -567,6 +567,7 @@ onMounted(() => {
:effect="themes"
:min="1"
:max="18"
:step="0.1"
v-model="state.basicStyleForm.zoomLevel"
@change="changeBasicStyle('zoomLevel')"
/>