♻️ 横版布局,美化样式

This commit is contained in:
BTMuli
2023-08-27 22:32:05 +08:00
parent 6b0556da28
commit 0baa7adafd
7 changed files with 67 additions and 39 deletions

View File

@@ -272,10 +272,9 @@ async function uploadAbyss(): Promise<void> {
}
.uaw-d-box {
display: grid;
width: 100%;
grid-gap: 10px;
grid-template-columns: repeat(4, 1fr);
display: flex;
flex-direction: column;
gap: 10px;
}
.user-empty {