Compare commits

...

2 Commits

1 changed files with 3 additions and 2 deletions

View File

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