mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor(图表): 地图缩放精度修改为 0.1
This commit is contained in:
parent
d5bf5d75be
commit
02443823f4
@ -567,6 +567,7 @@ onMounted(() => {
|
||||
:effect="themes"
|
||||
:min="1"
|
||||
:max="18"
|
||||
:step="0.1"
|
||||
v-model="state.basicStyleForm.zoomLevel"
|
||||
@change="changeBasicStyle('zoomLevel')"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user