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