From 4de843d3a7d5d90e370c55d361e9ee1a82d28626 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Wed, 12 Apr 2023 12:16:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=98=B6=E6=AE=B5=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskAdd.vue | 14 +++++++++++--- src/views/projectcenter/temTask.vue | 13 ++++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index faf35ee7..f028a0c9 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -331,8 +331,8 @@
阶段说明:
-
- +
@@ -799,7 +799,7 @@ const openCourse = (ele) => { } .name { - width: 78%; + width: 83%; display: flex; margin-top: 20px; align-items: center; @@ -867,6 +867,14 @@ const openCourse = (ele) => { height: 30px; } } + .intext { + + + .ant-input { + border-radius: 8px; + + } + } } } diff --git a/src/views/projectcenter/temTask.vue b/src/views/projectcenter/temTask.vue index cdf48b86..50532f91 100644 --- a/src/views/projectcenter/temTask.vue +++ b/src/views/projectcenter/temTask.vue @@ -321,8 +321,8 @@
阶段说明:
-
- +
@@ -865,7 +865,7 @@ const cancelStorage = async () => { } .name { - width: 78%; + width: 83%; display: flex; margin-top: 20px; align-items: center; @@ -933,6 +933,13 @@ const cancelStorage = async () => { height: 30px; } } + .intext { + + .ant-input { + border-radius: 8px; + + } + } } } From 2ccb4029fa196824b34fc7006ec0646714777e8a Mon Sep 17 00:00:00 2001 From: zhangyc Date: Wed, 12 Apr 2023 15:25:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=BA=93=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E5=BC=B9=E7=AA=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index cbfa8f36..a668f4af 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4530,9 +4530,9 @@ export default defineComponent({ }; const handleOpen = async (id, index) => { dialog({ - content: "确定起用该课程吗?", + content: "确定启用该课程吗?", ok: () => { - message.success("起用成功"); + message.success("启用成功"); state.tableData1[index].status = 1; handle({ offcourseId: id, type: 2 }); }, From 6773745fd1659ab39d4213c857e914b2b7901734 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Wed, 12 Apr 2023 15:31:43 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=80=83=E8=AF=95=E5=8F=8A=E6=A0=BC?= =?UTF-8?q?=E7=BA=BF=E4=B8=8D=E8=83=BD=E4=B8=BA=E8=B4=9F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CommonTest.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/drawers/CommonTest.vue b/src/components/drawers/CommonTest.vue index b49469ed..ba598a46 100644 --- a/src/components/drawers/CommonTest.vue +++ b/src/components/drawers/CommonTest.vue @@ -160,6 +160,7 @@