From 5a1d03b02d189c70aad5166eef5f14c849a5e1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BE=9D=E6=A2=A6?= <15822465730@163.com> Date: Fri, 12 Dec 2025 19:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E7=AB=AF=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=B1=95=E7=A4=BAui=E8=B0=83=E6=95=B4=20=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/CourseManage.vue | 37 +++++++++++++++++++------------ 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/views/course/CourseManage.vue b/src/views/course/CourseManage.vue index 0ac37715..8e8e5f23 100644 --- a/src/views/course/CourseManage.vue +++ b/src/views/course/CourseManage.vue @@ -49,7 +49,7 @@ @@ -114,14 +114,14 @@ - + @@ -209,7 +209,7 @@ @@ -218,12 +218,12 @@ {{ recourseStudyStatusEnum[scope.row.status] }} - + - + @@ -273,7 +273,7 @@ @@ -291,7 +291,7 @@ - +
- + @@ -349,7 +349,7 @@ @@ -359,7 +359,7 @@ - +
#courseManage { + .no-wrap { + overflow: hidden; + text-overflow: ellipsis; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + word-break: break-all; + white-space: nowrap; + } .noSplitDatePicker { /* 隐藏范围选择器的分隔符和占位符 */ .el-range-separator, @@ -1122,4 +1131,4 @@ export default { .el-table .el-table__body-wrapper::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } - \ No newline at end of file +