chore: update ant-design dependencies and add new icon types
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
const genHorizontalStyle = token => {
|
||||
const {
|
||||
componentCls
|
||||
} = token;
|
||||
const stepsItemCls = `${componentCls}-item`; // .ant-steps-item
|
||||
return {
|
||||
[`${componentCls}-horizontal`]: {
|
||||
[`${stepsItemCls}-tail`]: {
|
||||
transform: 'translateY(-50%)'
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
export default genHorizontalStyle;
|
||||
Reference in New Issue
Block a user