update 基本完成rightbar

This commit is contained in:
lb
2023-07-02 11:50:41 +08:00
parent bc7ddff321
commit 86b5551244
9 changed files with 39 additions and 17 deletions

View File

@@ -6,6 +6,10 @@
flex-direction: column;
}
.flex-1 {
flex: 1;
}
.justify-between {
justify-content: space-between;
}