* Finish task #98672,#98671.

This commit is contained in:
zhaoke
2023-07-26 15:01:32 +08:00
parent ac52307dc1
commit 1e63391ebc
11 changed files with 115 additions and 29 deletions
+3 -10
View File
@@ -2,14 +2,7 @@
#dynamicPager {justify-content: flex-end;}
#dynamicPager .ghost {color: rgb(131, 138, 157);}
#dynamicTable a {color: inherit;}
.progress-container {word-break: keep-all; white-space: nowrap;}
.progress-container i {margin: auto; margin-right: 6px;}
.progress-container .progress {margin: auto; width: 200px; height: .7rem; margin-left: 6px; margin-right: 15px;}
.label-dot {
display: inline-block;
width: 8px;
height: 8px;
padding: 0;
line-height: 20px;
text-indent: -9999em;
border-radius: 50%;
}
.progress-container .progress {margin: auto; width: 100%; height: .7rem; margin-left: 6px; margin-right: 15px;}
.label-dot {display: inline-block; width: 8px; height: 8px; padding: 0; line-height: 20px; text-indent: -9999em; border-radius: 50%;}