mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +08:00
Tweak collapse style
This commit is contained in:
parent
07dfac18f7
commit
9423609243
@ -28,6 +28,7 @@ const customPanelStyle = {
|
||||
borderRadius: 4,
|
||||
marginBottom: 24,
|
||||
border: 0,
|
||||
overflow: 'hidden',
|
||||
};
|
||||
|
||||
ReactDOM.render(
|
||||
|
@ -93,6 +93,11 @@
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&-borderless > &-item:last-child,
|
||||
&-borderless > &-item:last-child &-header {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&-borderless > &-item-active {
|
||||
border: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user