This commit is contained in:
liamzi
2024-12-31 14:25:51 +08:00
parent 0ec46f2fbe
commit 73f8033183
5 changed files with 34 additions and 80 deletions

View File

@@ -126,7 +126,7 @@ const Classify = ({activeType,typeList}) => {
>
<Input
placeholder="请输入分类名称"
className="rounded-md"
/>
</Form.Item>
) : (
@@ -148,7 +148,7 @@ const Classify = ({activeType,typeList}) => {
<Select
options={typeList}
placeholder="请选择模板类型"
className="w-full rounded-md"
className="w-full "
/>
</Form.Item>
) : (