feat: 初始化
This commit is contained in:
14
components/Progress/index.scss
Normal file
14
components/Progress/index.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.progressWrapper {
|
||||
width: 100%;
|
||||
border-radius: 100px;
|
||||
overflow: hidden;
|
||||
.progressBar {
|
||||
height: 100%;
|
||||
border-radius: 100px;
|
||||
transition: all 0.3s ease-out;
|
||||
&.error {
|
||||
width: 100%;
|
||||
background-color: #ff5733;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user