diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index b749500b..4b2f9d44 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -2071,16 +2071,16 @@ export default { } .el-form-item__content { display: flex; + width: 80%; + .tag-container { + width: 95%; + } } .tag-from-item .el-form-item__content { margin-left: 0 !important; display: flex; //align-items: center; } -//.tag-from-item2 .el-form-item__content { -// //margin-left: 0 !important; -// //display: flex; -// align-items: center; -//} +