mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-03 06:55:06 +08:00
💄 调整UI
This commit is contained in:
@@ -125,8 +125,9 @@ defineExpose({ displayBox });
|
||||
|
||||
.loading-container {
|
||||
display: flex;
|
||||
min-width: 800px;
|
||||
width: 800px;
|
||||
min-height: 300px;
|
||||
box-sizing: border-box;
|
||||
padding: 15px;
|
||||
border-radius: 15px;
|
||||
background: rgb(255 255 255 / 5%);
|
||||
@@ -136,7 +137,7 @@ defineExpose({ displayBox });
|
||||
.loading-box {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
box-sizing: content-box;
|
||||
box-sizing: border-box;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user