From f12caa05c0daaf6035fa1f74c30f6181df50ac41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 13 Mar 2023 18:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E8=AF=BE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=88=9D=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.tsx | 113 ++++++++++++++++++------------------- 1 file changed, 55 insertions(+), 58 deletions(-) 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} + /> + + + ); };