(feature)(supersonic-fe) memory manage add search button (#1294)

This commit is contained in:
williamhliu
2024-06-30 15:06:07 +08:00
committed by GitHub
parent 38b4154b9e
commit dc63f4ef14
2 changed files with 22 additions and 20 deletions

View File

@@ -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;
}