This commit is contained in:
2026-02-05 15:26:34 +08:00
parent 1cbfc85a5d
commit 3001ca8a9d
2 changed files with 8 additions and 7 deletions

View File

@@ -31,8 +31,10 @@
> .bottom-view {
flex: 1;
overflow: hidden;
// background-color: #fff;
// display: flex;
display: flex;
> * {
flex: 1;
}
}
}
}