修复 TypeScript 类型错误:将 MUI sx 语法改成标准 CSS 属性

This commit is contained in:
雨霖铃
2026-05-22 00:38:48 +08:00
parent 427e668e7c
commit 6711783975
7 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ export default function App() {
iconColor={theme.palette.primary.main}
title="应用设置"
subtitle="针对不同窗口类型独立配置 Dashboard 中显示的功能及其排序"
sx={{ mb: 4 }}
sx={{ marginBottom: '1rem' }}
/>
{/* Tab 与恢复按钮同行 */}
<Stack