列表
This commit is contained in:
15
src/pages/list/index.module.scss
Normal file
15
src/pages/list/index.module.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user