forked from github/dataease
Merge pull request #2403 from dataease/pr@dev_map_indicater_zindex
feat: 修复地图看板的按钮遮挡问题
This commit is contained in:
commit
e62a27fbf6
@ -377,7 +377,7 @@ export default {
|
||||
<style scoped>
|
||||
.map-zoom-box {
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
z-index: 0;
|
||||
left: 2%;
|
||||
bottom: 30px;
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||
|
Loading…
Reference in New Issue
Block a user