修复 TypeScript 类型错误:将 MUI sx 语法改成标准 CSS 属性
This commit is contained in:
@@ -52,7 +52,7 @@ export default function Index() {
|
||||
minRows={8}
|
||||
maxRows={15}
|
||||
showClear={false}
|
||||
sx={{ mb: 3 }}
|
||||
sx={{ marginBottom: '0.75rem' }}
|
||||
/>
|
||||
|
||||
{/* 统计结果展示区域 */}
|
||||
|
||||
Reference in New Issue
Block a user