Commit 93c63eb8 by zhaochengxiang

样式调整

parent 9fede935
......@@ -1213,7 +1213,7 @@ const FC = (props) => {
<div className='px-3'>
<ResizeObserver
onResize={({ width }) => {
setCompact(width < 1030)
setCompact(width < 1200)
}}
>
<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