Browse Source

Fix transition width of sider trigger

pull/7234/head
afc163 7 years ago
parent
commit
70e10dee59
  1. 1
      components/layout/style/index.less

1
components/layout/style/index.less

@ -65,6 +65,7 @@
color: @layout-trigger-color;
background: fade(@layout-trigger-background, 100);
z-index: 1;
transition: all .15s @ease-in-out;
}
&-zero-width {

Loading…
Cancel
Save