mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
✅ fix style lint
This commit is contained in:
parent
626609ef8d
commit
bb2d1c02ee
@ -119,10 +119,10 @@
|
||||
}
|
||||
&-subtitle {
|
||||
display: inline;
|
||||
color: @text-color-secondary;
|
||||
font-size: @font-size-base;
|
||||
margin-left: 8px;
|
||||
color: @text-color-secondary;
|
||||
font-weight: normal;
|
||||
font-size: @font-size-base;
|
||||
}
|
||||
&-description {
|
||||
color: @text-color-secondary;
|
||||
|
@ -10,15 +10,15 @@
|
||||
}
|
||||
|
||||
.@{steps-prefix-cls}-item {
|
||||
text-align: center;
|
||||
overflow: visible;
|
||||
text-align: center;
|
||||
|
||||
&-container {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
height: 100%;
|
||||
padding-bottom: 12px;
|
||||
margin-left: -16px;
|
||||
padding-bottom: 12px;
|
||||
text-align: left;
|
||||
transition: opacity 0.3s;
|
||||
|
||||
.@{steps-prefix-cls}-item-content {
|
||||
@ -26,10 +26,10 @@
|
||||
}
|
||||
|
||||
.@{steps-prefix-cls}-item-title {
|
||||
padding-right: 0;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
padding-right: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&::after {
|
||||
@ -55,32 +55,32 @@
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 100%;
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: -14px;
|
||||
margin-left: -2px;
|
||||
border: 1px solid @steps-nav-arrow-color;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
transform: rotate(45deg);
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 100%;
|
||||
margin-top: -14px;
|
||||
margin-left: -2px;
|
||||
content: '';
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
height: 3px;
|
||||
left: 50%;
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 3px;
|
||||
background-color: @steps-nav-active-color;
|
||||
transition: width 0.3s, left 0.3s;
|
||||
transition-timing-function: ease-out;
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
.icon-pic-searcher {
|
||||
margin: 1px 8px;
|
||||
display: inline-block;
|
||||
margin: 1px 8px;
|
||||
|
||||
.icon-pic-btn {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
@ -16,8 +16,8 @@
|
||||
.icon-pic-preview {
|
||||
width: 66px;
|
||||
height: 66px;
|
||||
padding: 8px;
|
||||
margin-top: 10px;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
border: 1px solid @border-color-base;
|
||||
border-radius: 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user