update ui

This commit is contained in:
2025-11-13 18:08:02 +08:00
parent 716b4ba3bd
commit 2edeeec497
3 changed files with 422 additions and 67 deletions

View File

@@ -390,6 +390,13 @@ const [currentMode, setCurrentMode] = useState('vertical');
mb={4}
position="relative"
zIndex={1}
animation="fadeInUp 0.8s ease-out 0.2s both"
sx={{
'@keyframes fadeInUp': {
'0%': { opacity: 0, transform: 'translateY(30px)' },
'100%': { opacity: 1, transform: 'translateY(0)' }
}
}}
>
{/* 标题和搜索部分 - 可滚动区域 */}
<CardHeader