💄 调整UI

This commit is contained in:
目棃
2025-01-20 11:12:47 +08:00
parent d0669d4a32
commit a46f037075
3 changed files with 10 additions and 33 deletions

View File

@@ -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;