fix(layout): sider button doesn't rotate after collapsing

This commit is contained in:
07akioni 2020-05-30 00:35:06 +08:00
parent 19fef6e797
commit c639491178

View File

@ -185,7 +185,7 @@
}
}
@include m(collapsed) {
@include e(toggle-button) {
@include b(layout-toggle-button) {
transform: translateX(50%) translateY(-50%) rotate(180deg);
}
}