fix: ui bug
This commit is contained in:
@@ -7,7 +7,7 @@ interface Props extends BoxProps {}
|
||||
|
||||
const SideBar = (e?: Props) => {
|
||||
const {
|
||||
w = [1, '0 0 250px', '0 0 280px', '0 0 310px', '0 0 340px'],
|
||||
w = ['100%', '0 0 250px', '0 0 280px', '0 0 310px', '0 0 340px'],
|
||||
children,
|
||||
...props
|
||||
} = e || {};
|
||||
|
||||
Reference in New Issue
Block a user