地图loading高度
This commit is contained in:
parent
52b8046c87
commit
4373322601
|
@ -4775,10 +4775,11 @@ onMounted(async () => {
|
|||
}
|
||||
//加载动画
|
||||
.loadBody {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: calc(100% - 112px );
|
||||
z-index: 999;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
.load {
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue