线上课新建、编辑分类移入展开

This commit is contained in:
禺狨 2023-03-22 14:35:10 +08:00
parent 5404afee98
commit de5fa56cee
2 changed files with 2 additions and 0 deletions

View File

@ -357,6 +357,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
rules={[{ required: true, message: "请选择课程分类!" }]}
>
<Cascader
expandTrigger="hover"
style={{ width: 424 }}
options={categories}
changeOnSelect

View File

@ -216,6 +216,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
rules={[{ required: true, message: "请选择课程分类!" }]}
>
<Cascader
expandTrigger="hover"
style={{ width: 424 }}
options={categories}
changeOnSelect