地图loading高度

This commit is contained in:
姚宇浩 2024-09-27 16:54:58 +08:00
parent 52b8046c87
commit 4373322601
1 changed files with 3 additions and 2 deletions

View File

@ -4776,9 +4776,10 @@ onMounted(async () => {
// //
.loadBody { .loadBody {
width: 100%; width: 100%;
height: 100%; height: calc(100% - 112px );
z-index: 999; z-index: 999;
background: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0);
bottom: 0;
position: absolute; position: absolute;
.load { .load {
box-sizing: border-box; box-sizing: border-box;