fix collapse nest style

pull/2665/head
baiyaaaaa 2017-02-04 16:21:36 +08:00 committed by 杨奕
parent 2f8ab5a22e
commit a489434768
1 changed files with 4 additions and 2 deletions

View File

@ -40,10 +40,12 @@
} }
@when active { @when active {
> .el-collapse-item__header {
.el-collapse-item__header__arrow { .el-collapse-item__header__arrow {
transform: rotate(90deg); transform: rotate(90deg);
} }
} }
}
&:last-child { &:last-child {
margin-bottom: -1px; margin-bottom: -1px;