mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-01 15:06:25 +08:00
(feature)(supersonic-fe) add memory manage (#1287)
This commit is contained in:
@@ -325,10 +325,40 @@
|
||||
.ant-pro-card-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ant-input-search-button {
|
||||
width: 42px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.filterSection {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 12px;
|
||||
column-gap: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.filterItem {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 12px;
|
||||
width: 22vw;
|
||||
|
||||
.filterItemTitle {
|
||||
margin-right: 6px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.filterItemControl {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.reviewComment {
|
||||
white-space: nowrap;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 4;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user