mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
调试在线标签提示
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
</el-select> -->
|
||||
<choice :teacherValue="teacherValues" @getTeacherList="getTeacherList"></choice>
|
||||
</el-form-item>
|
||||
<el-form-item label="标签" required class="guidance-highlight" data-step="1" style="display: flex">
|
||||
<el-form-item label="标签" required class="tag-from-item" data-step="1" style="display: flex">
|
||||
<courseTag ref="courseTag" :courseId="curCourseId" :sysTypeList="sysTypeList"
|
||||
:initialTags="courseTags" @change="handleTagsChange"
|
||||
@focus="onTagFocus" >
|
||||
@@ -2074,7 +2074,11 @@ export default {
|
||||
//margin-left: 0px;
|
||||
//width: 80%;
|
||||
}
|
||||
//.tag-container{
|
||||
// width: 95%;
|
||||
//}
|
||||
.tag-form-item /deep/ .el-form-item__content {
|
||||
display: flex;
|
||||
margin-left: 0px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user