mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-20 06:34:55 +00:00
(feature)(supersonic-fe) memory manage add search button (#1294)
This commit is contained in:
@@ -333,9 +333,8 @@
|
||||
|
||||
.filterSection {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 12px;
|
||||
column-gap: 20px;
|
||||
justify-content: space-between;
|
||||
// column-gap: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.filterItem {
|
||||
@@ -367,3 +366,11 @@
|
||||
.commentPopover {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
gap: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user