From c639491178142d413d84b50e8025b238b15c7a1d Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Sat, 30 May 2020 00:35:06 +0800 Subject: [PATCH] fix(layout): sider button doesn't rotate after collapsing --- src/_styles/Layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_styles/Layout.scss b/src/_styles/Layout.scss index 4614e9177..ac6b4566f 100644 --- a/src/_styles/Layout.scss +++ b/src/_styles/Layout.scss @@ -185,7 +185,7 @@ } } @include m(collapsed) { - @include e(toggle-button) { + @include b(layout-toggle-button) { transform: translateX(50%) translateY(-50%) rotate(180deg); } }