Compare commits
No commits in common. "50454c3ada3613152925234206504e0de3ea8739" and "8895870274f7b9fa2ff844d21ea3dc7a47e7f396" have entirely different histories.
50454c3ada
...
8895870274
|
@ -4775,11 +4775,10 @@ onMounted(async () => {
|
|||
}
|
||||
//加载动画
|
||||
.loadBody {
|
||||
width: 100%;
|
||||
height: calc(100% - 112px );
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 999;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
.load {
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue