样式优化

This commit is contained in:
2betop 2020-05-13 11:31:31 +08:00
parent 5ecc052924
commit 766d1204df
2 changed files with 8 additions and 5 deletions

View File

@ -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;
}
}

View File

@ -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;