mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
调试在线标签提示
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
</el-cascader>
|
</el-cascader>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label="标签" required class="guidance-highlight" data-step="1" style="display: flex">
|
<el-form-item label="标签" required class="guidance-highlight" data-step="1" >
|
||||||
<courseTag ref="courseTag" :courseId="curCourseId" :sysTypeList="sysTypeList"
|
<courseTag ref="courseTag" :courseId="curCourseId" :sysTypeList="sysTypeList"
|
||||||
:initialTags="courseTags" @change="handleTagsChange"
|
:initialTags="courseTags" @change="handleTagsChange"
|
||||||
@focus="onTagFocus" style="width: 95%;">
|
@focus="onTagFocus" style="width: 95%;">
|
||||||
@@ -2069,4 +2069,8 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10001;
|
z-index: 10001;
|
||||||
}
|
}
|
||||||
|
.tag-container {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user