mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
调试在线标签提示
This commit is contained in:
@@ -309,7 +309,7 @@
|
||||
<el-form-item label="标签" required class="guidance-highlight" data-step="1" style="display: flex">
|
||||
<courseTag ref="courseTag" :courseId="curCourseId" :sysTypeList="sysTypeList"
|
||||
:initialTags="courseTags" @change="handleTagsChange"
|
||||
@focus="onTagFocus" >
|
||||
@focus="onTagFocus" style="width: 80%;margin-left: 0px">
|
||||
</courseTag>
|
||||
<el-tooltip content="点击查看标签新功能引导" placement="top">
|
||||
<i class="el-icon-question" style="color: #409EFF; cursor: pointer;" @click="handleTagHelp"></i>
|
||||
|
||||
Reference in New Issue
Block a user