mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
调试在线标签提示
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
</el-cascader>
|
||||
</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"
|
||||
:initialTags="courseTags" @change="handleTagsChange"
|
||||
@focus="onTagFocus" style="width: 95%;">
|
||||
@@ -2069,4 +2069,8 @@ export default {
|
||||
position: relative;
|
||||
z-index: 10001;
|
||||
}
|
||||
.tag-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user