黑暗模式fix

This commit is contained in:
liamzi
2025-01-16 18:41:30 +08:00
parent 7775333603
commit 8dccf8e554
36 changed files with 115 additions and 505 deletions

View File

@@ -267,7 +267,7 @@ const Classify = ({activeType,typeList}) => {
<div className="rounded-lg shadow-sm">
<Form form={form}>
<Table
scroll={{ x: true }}
scroll={{ x: true}}
columns={columns}
dataSource={data}
rowKey="id"