mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-03 07:48:16 +08:00
(feature)(webapp) add display of time consumption at each stage (#331)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
width: 600px;
|
||||
margin-left: 16px;
|
||||
overflow: hidden;
|
||||
color: var(--text-color-fourth);
|
||||
color: var(--text-color-third);
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@@ -79,17 +79,30 @@
|
||||
|
||||
.showCaseModal {
|
||||
:global {
|
||||
.ant-modal-body {
|
||||
padding: 20px 0 !important;
|
||||
.ant-modal-content {
|
||||
border-radius: 8px;
|
||||
|
||||
.ant-modal-header {
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.ant-modal-body {
|
||||
padding: 20px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.showCase {
|
||||
height: calc(100vh - 140px);
|
||||
padding: 0 20px;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 2px;
|
||||
.showCaseDrawer {
|
||||
:global {
|
||||
.ant-drawer-content {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
.ant-drawer-body {
|
||||
padding: 4px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
:global {
|
||||
|
||||
Reference in New Issue
Block a user