fix
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user