force box-sizing model for progress bar

This commit is contained in:
Yanzhen Yu
2019-04-09 22:11:02 +08:00
parent 818649abf7
commit 11b39664b5

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;
}