mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:18:16 +08:00
样式优化
This commit is contained in:
parent
5ecc052924
commit
766d1204df
@ -696,13 +696,16 @@
|
||||
font-size: $Table-expandBtn-fontSize;
|
||||
font-family: $Table-expandBtn-vendor;
|
||||
content: $Table-expandBtn-icon;
|
||||
transition: transform ease-in-out 0.2s;
|
||||
transition: transform ease-in-out 0.2s, top ease-in-out 0.2s;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-active > i::before {
|
||||
transform: rotate(90deg);
|
||||
transform-origin: 50% 50%;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -365,15 +365,15 @@
|
||||
|
||||
&-sublist {
|
||||
position: relative;
|
||||
margin: 0 0 0 35px;
|
||||
margin: 0 0 0 px2rem(35px);
|
||||
|
||||
&:before {
|
||||
width: 1px;
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
bottom: 15px;
|
||||
top: px2rem(-5px);
|
||||
bottom: $Form-input-height / 2;
|
||||
left: -19px;
|
||||
border-left: dashed 1px $icon-color;
|
||||
}
|
||||
@ -391,7 +391,7 @@
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
top: $Form-input-height / 2;
|
||||
width: 19px;
|
||||
left: -19px;
|
||||
border-top: dashed 1px $icon-color;
|
||||
|
Loading…
Reference in New Issue
Block a user