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 +