滚动条样式更新
This commit is contained in:
@@ -638,8 +638,8 @@ const [currentMode, setCurrentMode] = useState('vertical');
|
||||
overflow="visible"
|
||||
zIndex={1}
|
||||
>
|
||||
{/* 内容区域 - 撑满剩余高度 */}
|
||||
<Box flex="1" minH={0} position="relative">
|
||||
{/* 内容区域 */}
|
||||
<Box position="relative">
|
||||
{/* Loading 蒙层 - 数据请求时显示 */}
|
||||
{loading && (
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user