(feature)(webapp) add display of time consumption at each stage (#331)

This commit is contained in:
williamhliu
2023-11-06 20:35:14 +08:00
committed by GitHub
parent e00b935c1f
commit 6c9983164e
21 changed files with 417 additions and 158 deletions

View File

@@ -133,6 +133,12 @@
column-gap: 10px;
}
&-title-tip {
margin-left: 2px;
color: var(--text-color-third);
font-weight: normal;
}
&-step-title {
font-weight: 500;
color: var(--text-color);
@@ -140,6 +146,7 @@
&-reload {
margin-left: 2px;
width: fit-content;
font-weight: normal;
color: var(--text-color-secondary);
font-size: 13px !important;