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