mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
调试在线标签提示1
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" >
|
<el-form-item label="标签" required class="tag-from-item2" 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,34 +2069,16 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10001;
|
z-index: 10001;
|
||||||
}
|
}
|
||||||
.el-form-item__content {
|
|
||||||
display: flex;
|
|
||||||
//margin-left: 0px;
|
|
||||||
//width: 80%;
|
|
||||||
}
|
|
||||||
//.tag-from-item >>> .el-form-item__content {
|
|
||||||
// display: flex;
|
|
||||||
// margin-left: 0 !important;
|
|
||||||
//}
|
|
||||||
//.tag-from-item >>> .el-form-item__content >>> .tag-container {
|
|
||||||
// width: 95%;
|
|
||||||
//}
|
|
||||||
//.tag-from-item ::v-deep .el-form-item__content {
|
|
||||||
// margin-left: 0 !important;
|
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
// gap: 8px;
|
|
||||||
//}
|
|
||||||
.tag-from-item .el-form-item__content {
|
.tag-from-item .el-form-item__content {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
}
|
||||||
}
|
.tag-from-item2 .el-form-item__content {
|
||||||
</style>
|
//margin-left: 0 !important;
|
||||||
<style scoped>
|
//display: flex;
|
||||||
/* 在这里写深度选择器 */
|
align-items: center;
|
||||||
.tag-from-item .el-form-item__content {
|
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user