滚动条样式更新

This commit is contained in:
2025-12-24 13:32:52 +08:00
parent 7fa84d0411
commit abb00ea27f
2 changed files with 10 additions and 5 deletions

View File

@@ -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