From 6520e25775e05917aab1f47d2906cea92d771d21 Mon Sep 17 00:00:00 2001 From: kagawagao Date: Fri, 2 Aug 2019 11:48:28 +0800 Subject: [PATCH] feat: rotate zero width sider trigger in right mode --- components/layout/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/layout/style/index.less b/components/layout/style/index.less index 98dfe47e52..be5f9daee4 100644 --- a/components/layout/style/index.less +++ b/components/layout/style/index.less @@ -114,6 +114,7 @@ &-right { left: -@layout-zero-trigger-width; + transform: rotate3d(0, 0, 1, 180deg); } } }