feat: 修复地图看板的按钮遮挡问题

This commit is contained in:
dataeaseShu 2022-06-09 15:33:39 +08:00
parent cbb2e8e6c7
commit fd1919bbbc

View File

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