dusenyao 4 년 전
부모
커밋
66a9977714
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/teacher/create_course/step_table/CreateTask.vue

+ 5 - 0
src/views/teacher/create_course/step_table/CreateTask.vue

@@ -640,13 +640,18 @@ export default {
 
                   span.label {
                     width: 80px;
+                    min-width: 80px;
                     margin-right: 16px;
                   }
 
                   .el-tag {
+                    max-width: 275px;
                     border-color: #dbdbdb;
                     margin-right: 16px;
                     color: #000;
+                    overflow: hidden;
+                    text-overflow: ellipsis;
+                    white-space: nowrap;
                   }
                 }
               }