dusenyao 3 anos atrás
pai
commit
66a9977714

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