mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
remove useless style
This commit is contained in:
parent
9a7814396e
commit
663d3d02fe
@ -21,11 +21,11 @@ var steps = [{
|
||||
description: '描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊'
|
||||
}, {
|
||||
status: 'wait',
|
||||
title: '又一个待运行',
|
||||
title: '待运行',
|
||||
description: '描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊'
|
||||
}, {
|
||||
status: 'wait',
|
||||
title: '待运行',
|
||||
title: '又一个待运行',
|
||||
description: '描述啊描述啊描述啊描述啊描述啊描述啊描述啊描述啊'
|
||||
}].map(function(s, i) {
|
||||
return (<Step
|
||||
|
@ -1,8 +1,5 @@
|
||||
@import "../mixins/index";
|
||||
|
||||
@steps-prefix-cls: ~"@{css-prefix}steps";
|
||||
@steps-vertical-prefix-cls: ~"@{css-prefix}steps-vertical";
|
||||
@steps-vertical-small-prefix-cls: ~"@{css-prefix}steps-vertical-small";
|
||||
|
||||
@process-icon-color: @primary-color;
|
||||
@process-title-color: #666;
|
||||
|
Loading…
Reference in New Issue
Block a user