This commit is contained in:
yanran200730
2022-08-15 10:28:46 +08:00
parent 1492562f7b
commit 25e45267c1
4 changed files with 522 additions and 16 deletions

View File

@@ -388,7 +388,7 @@ export default {
position: fixed;
align-items: center;
justify-content: space-between;
top: 0;
top: 96px;
left: 0;
z-index: 1111;
width: 100%;
@@ -552,8 +552,11 @@ export default {
}
.map-content {
position: fixed;
top: 96px;
left: 0;
width: 100%;
height: 100%;
height: calc(100vh - 96px);
}
.popup {