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