mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
style: progress主题样式修复 (#6515)
* style: progress主题样式修复 * 空白修改 --------- Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
This commit is contained in:
parent
d7b95c6edc
commit
467259286d
@ -49,6 +49,11 @@
|
||||
transition: width var(--animation-duration) ease;
|
||||
border-radius: var(--Progress-borderRadius);
|
||||
|
||||
|
||||
&.bg-info {
|
||||
background: var(--Progress-line-theme-color);
|
||||
}
|
||||
|
||||
&--stripe {
|
||||
background-image: linear-gradient(
|
||||
45deg,
|
||||
|
Loading…
Reference in New Issue
Block a user