Merge pull request #1526 from dataease/pr@dev@refactor_panel-edit

refactor: 地图组件移动端适配调整
This commit is contained in:
王嘉豪 2021-12-27 14:34:13 +08:00 committed by GitHub
commit 66bc618550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,10 +368,10 @@ export default {
position: absolute;
z-index: 999;
left: 2%;
bottom: 5%;
bottom: 30px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
text-align: center;
padding: 5px;
padding: 2px;
border-radius: 5px
}