Browse Source

style: fix Drawer extra using Radio.Group (#38385)

* style: fix Drawer extra using Radio.Group

close #38297

* chore: adjust flex logic

* chore: fix lint

Co-authored-by: 二货机器人 <smith3816@gmail.com>
pull/38393/head
afc163 2 years ago
committed by GitHub
parent
commit
c6762d9215
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/drawer/style/drawer.less
  2. 2
      components/table/demo/resizable-column.md

2
components/drawer/style/drawer.less

@ -105,7 +105,7 @@
}
&-extra {
flex: 0;
flex: none;
}
&-close {

2
components/table/demo/resizable-column.md

@ -114,7 +114,7 @@ const App: React.FC = () => {
},
];
const handleResize =
const handleResize: Function =
(index: number) =>
(_: React.SyntheticEvent<Element>, { size }: ResizeCallbackData) => {
const newColumns = [...columns];

Loading…
Cancel
Save