mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Update
This commit is contained in:
parent
f26788c26e
commit
025bad6981
@ -215,7 +215,7 @@ class Sider extends React.Component<SiderProps, SiderState> {
|
||||
parseFloat(String(collapsedWidth || 0)) === 0 ? (
|
||||
<span
|
||||
onClick={this.toggle}
|
||||
className={`${prefixCls}-zero-width-trigger-${reverseArrow ? 'right' : 'left'}`}
|
||||
className={`${prefixCls}-zero-width-trigger-${reverseArrow ? 'right' : ''}`}
|
||||
>
|
||||
<Icon type="bars" />
|
||||
</span>
|
||||
|
@ -111,10 +111,6 @@
|
||||
background: tint(@layout-sider-background, 10%);
|
||||
}
|
||||
|
||||
&-left {
|
||||
right: -@layout-zero-trigger-width;
|
||||
}
|
||||
|
||||
&-right {
|
||||
left: -@layout-zero-trigger-width;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user