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;
                   }
                 }
               }