diff --git a/src/pages/course/index.tsx b/src/pages/course/index.tsx index 2e800b3..1e417c1 100644 --- a/src/pages/course/index.tsx +++ b/src/pages/course/index.tsx @@ -205,69 +205,66 @@ export const CoursePage = () => { return ( <> - - -
- -
- - -
-
后端课程
-
-
- - } - p="course" - onClick={() => null} - disabled={null} - /> - +
+
+ +
+ +
+
后端课程
+
+
+ + } + p="course" + onClick={() => null} + disabled={null} + /> + +
+
+
+ 课程名称: + { + setTitle(e.target.value); + }} + style={{ width: 160 }} + placeholder="请输入名称关键字" + />
-
- 课程名称: - { - setTitle(e.target.value); - }} - style={{ width: 160 }} - placeholder="请输入名称关键字" - /> -
-
- - -
+ +
-
- record.id} - /> - - - +
+
record.id} + /> + + + ); };