Commit 93c63eb8 by zhaochengxiang

样式调整

parent 9fede935
...@@ -1213,7 +1213,7 @@ const FC = (props) => { ...@@ -1213,7 +1213,7 @@ const FC = (props) => {
<div className='px-3'> <div className='px-3'>
<ResizeObserver <ResizeObserver
onResize={({ width }) => { onResize={({ width }) => {
setCompact(width < 1030) setCompact(width < 1200)
}} }}
> >
<Table <Table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment