Compare commits
2 Commits
8895870274
...
50454c3ada
Author | SHA1 | Date |
---|---|---|
姚宇浩 | 50454c3ada | |
姚宇浩 | 4373322601 |
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue