无修改

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