无修改

This commit is contained in:
Andy Leong 2024-01-17 17:35:08 +08:00
parent 3291088bca
commit 1388bd708c

View File

@ -101,7 +101,7 @@ onMounted(() => {
<style lang="scss" scoped>
.LoadPage {
@include pos(100%, 100%, 0px, 0px);
background-color: rgb(223, 15, 60);
overflow: hidden;
@include flexCen();
@ -178,4 +178,5 @@ onMounted(() => {
background-color: aliceblue;
}
}
}</style>
}
</style>