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 @@ 审核驳回 - + - + - + - +