Optimize stylesheet

This commit is contained in:
2024-01-29 00:05:41 +08:00
parent 988f759901
commit 4dbae810bb
2 changed files with 3 additions and 8 deletions

View File

@@ -39,11 +39,6 @@ const Category = () => {
}
const categoryColumns: _ColumnsType<ToolCategoryVo> = [
{
title: 'ID',
dataIndex: 'id',
width: '15%'
},
{
title: '名称',
dataIndex: 'name'