This commit is contained in:
juguohong
2025-08-19 00:43:29 +08:00
parent 2b7c9497c6
commit 7a7ab85a82
13 changed files with 174 additions and 84 deletions

View File

@@ -0,0 +1,15 @@
.listPage {
background-color: #fafafa;
padding: 0 15px;
.listTopFilterWrapper {
display: flex;
align-items: center;
padding: 5px 0 10px;
gap: 5px;
}
.menuFilter {
padding: 0;
}
}