(feature)(supersonic-fe) add memory manage (#1279)

This commit is contained in:
williamhliu
2024-06-29 14:56:40 +08:00
committed by GitHub
parent a45fe183d2
commit ee86924205
7 changed files with 16717 additions and 14292 deletions

View File

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