优化勋章分段进度展示

This commit is contained in:
2026-07-29 11:45:20 +08:00
parent 11d49a26df
commit 903951aee0
5 changed files with 109 additions and 20 deletions
+5 -2
View File
@@ -101,11 +101,14 @@
border-radius: 2rpx;
}
.badge-fill {
.badge-segment {
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.badge-segment-fill {
height: 100%;
background: var(--primary);
border-radius: 2rpx;
transition: width 0.6s ease;