mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-24 10:27:28 +08:00
(feature)(supersonic-fe) add memory manage (#1279)
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
margin-top: 4px;
|
||||
color: var(--text-color-third)
|
||||
color: var(--text-color-third);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -316,3 +316,24 @@
|
||||
align-items: center;
|
||||
column-gap: 12px;
|
||||
}
|
||||
|
||||
.memorySection {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 30px;
|
||||
|
||||
:global {
|
||||
.ant-pro-card-body {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.reviewComment {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.commentPopover {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user