JarvisArt
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
components/steps/style/progress.ts
|
|
@ -9,6 +9,11 @@ const genStepsProgressStyle: GenerateStyle<StepsToken, CSSObject> = token => { |
|
|
|
[`&${componentCls}-with-progress`]: { |
|
|
|
[`${componentCls}-item`]: { |
|
|
|
paddingTop: token.paddingXXS, |
|
|
|
|
|
|
|
[`&-process ${componentCls}-item-container ${componentCls}-item-icon ${componentCls}-icon`]: |
|
|
|
{ |
|
|
|
color: token.processIconColor, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
[`&${componentCls}-vertical > ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: |
|
|
|