mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
update error step icon
This commit is contained in:
parent
93adb528ed
commit
0220ab5522
@ -1,6 +1,6 @@
|
||||
---
|
||||
order: 6
|
||||
title: 发生错误
|
||||
title: 步骤运行错误
|
||||
---
|
||||
|
||||
使用 Steps 的 `status` 属性来指定当前步骤的状态。
|
||||
|
@ -55,7 +55,7 @@
|
||||
"rc-rate": "~1.1.0",
|
||||
"rc-select": "~6.0.1",
|
||||
"rc-slider": "~3.5.1",
|
||||
"rc-steps": "~1.5.0",
|
||||
"rc-steps": "~1.5.2",
|
||||
"rc-switch": "~1.3.2",
|
||||
"rc-table": "~4.0.0-beta.3",
|
||||
"rc-tabs": "~5.8.0",
|
||||
|
@ -89,9 +89,9 @@
|
||||
&.@{steps-prefix-cls}-status-error {
|
||||
.@{steps-prefix-cls}-head-inner {
|
||||
border-color: @error-icon-color;
|
||||
background-color: @error-icon-color;
|
||||
background-color: #fff;
|
||||
> .@{steps-prefix-cls}-icon {
|
||||
color: #fff;
|
||||
color: @error-icon-color;
|
||||
}
|
||||
}
|
||||
.@{steps-prefix-cls}-title {
|
||||
@ -157,12 +157,16 @@
|
||||
|
||||
> .@{steps-prefix-cls}-icon {
|
||||
line-height: 1;
|
||||
top: -1px;
|
||||
top: -1.5px;
|
||||
color: @primary-color;
|
||||
position: relative;
|
||||
|
||||
&.anticon {
|
||||
font-size: 12px;
|
||||
&-cross,
|
||||
&-check {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user