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:
@@ -309,7 +309,7 @@
|
|||||||
<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" style="display: flex">
|
||||||
<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: 80%;margin-left: 0px">
|
@focus="onTagFocus" >
|
||||||
</courseTag>
|
</courseTag>
|
||||||
<el-tooltip content="点击查看标签新功能引导" placement="top">
|
<el-tooltip content="点击查看标签新功能引导" placement="top">
|
||||||
<i class="el-icon-question" style="color: #409EFF; cursor: pointer;" @click="handleTagHelp"></i>
|
<i class="el-icon-question" style="color: #409EFF; cursor: pointer;" @click="handleTagHelp"></i>
|
||||||
@@ -2071,8 +2071,10 @@ export default {
|
|||||||
}
|
}
|
||||||
.el-form-item__content {
|
.el-form-item__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-left: 0px;
|
||||||
|
width: 80%;
|
||||||
}
|
}
|
||||||
.tag-container{
|
//.tag-container{
|
||||||
width: 95%;
|
// width: 95%;
|
||||||
}
|
//}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user