Merge pull request #2403 from dataease/pr@dev_map_indicater_zindex

feat: 修复地图看板的按钮遮挡问题
This commit is contained in:
dataeaseShu 2022-06-09 15:35:12 +08:00 committed by GitHub
commit e62a27fbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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