From 2d06dde9849d7854a69b910d65eda9425656d4c5 Mon Sep 17 00:00:00 2001 From: huweihang Date: Fri, 12 Dec 2025 15:13:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E4=BC=98=E5=8C=96=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E8=B0=83=E6=95=B4=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=A1=86=E5=92=8C=E8=BF=87=E6=BB=A4=E5=99=A8=E5=B8=83=E5=B1=80?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=BC=BA=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 6 +- src/components/Course/TopCourseSorter.vue | 20 +- src/views/course/ManageListRemote.vue | 879 ++++++++++++---------- 3 files changed, 501 insertions(+), 404 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 8b1041d2..c3f9ced0 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -422,8 +422,8 @@ li{ } .el-message-box__content { - padding: 0 0 28px 0; - margin-top: 30px; + margin-top: 0; + padding: 50px 0; .el-message-box__status { margin-right: 14px; font-size: 24px; @@ -460,7 +460,7 @@ li{ display: flex; justify-content: flex-end; padding-right: 20px; - margin-top: 40px; + margin-top: 0px; padding-bottom: 20px; .el-button { diff --git a/src/components/Course/TopCourseSorter.vue b/src/components/Course/TopCourseSorter.vue index 3037c62b..55cf78d6 100644 --- a/src/components/Course/TopCourseSorter.vue +++ b/src/components/Course/TopCourseSorter.vue @@ -31,9 +31,15 @@
{{ index + 1 }}
-
{{ item.name }}
-
- {{ item.teacherName || '-' }} +
+ +
{{ item.name }}
+
+
+
+ +
{{ item.teacherName || '-' }}
+
@@ -202,6 +208,7 @@ export default { .row-cell--name, .row-cell--teacher { color: #303133; + overflow: hidden; } .row-cell--name { @@ -212,6 +219,13 @@ export default { color: #666; } +.cell-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 100%; +} + .row-cell--handle i { font-size: 20px; color: #c0c4cc; diff --git a/src/views/course/ManageListRemote.vue b/src/views/course/ManageListRemote.vue index 3f97c0a0..847919d4 100644 --- a/src/views/course/ManageListRemote.vue +++ b/src/views/course/ManageListRemote.vue @@ -49,18 +49,13 @@ -
+
-
- - - - -
+
@@ -78,12 +73,23 @@
- +
+ + + + +
- - 选择 - +
@@ -147,22 +153,22 @@ {{ formatSysTypeChain(scope.row) }} - + - + - + - + @@ -175,22 +181,22 @@ 审核驳回 - + - + - + - +