force box-sizing model for progress bar

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 2ae9c530b4
commit de652a36a7

View File

@@ -262,6 +262,7 @@
position: relative;
border-radius: 3px;
cursor: pointer;
box-sizing: border-box;
border-top: solid 4px #fff;
border-bottom: solid 4px #fff;
}