Skip to content

Commit 0241f4b

Browse files
committed
update css style
1 parent 6f57f19 commit 0241f4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.vue

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@
2828
top: 0;
2929
right: 0;
3030
bottom: 0;
31-
height: 100%;
31+
height: 100vh;
3232
z-index: 99999 !important;
3333
width: 100%;
3434
background-color: rgba(0, 0, 0, 0.6);
35+
display: flex;
36+
align-items: center;
37+
justify-content: center;
3538
}
3639
.loading i {
3740
position: absolute;
3841
opacity: 1;
39-
left: 48vw;
40-
top: 48vh;
4142
}
4243
</style>

0 commit comments

Comments
 (0)