mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
调试在线标签提示1
This commit is contained in:
@@ -2081,10 +2081,22 @@ export default {
|
|||||||
//.tag-from-item >>> .el-form-item__content >>> .tag-container {
|
//.tag-from-item >>> .el-form-item__content >>> .tag-container {
|
||||||
// width: 95%;
|
// width: 95%;
|
||||||
//}
|
//}
|
||||||
.tag-from-item ::v-deep .el-form-item__content {
|
//.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 {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style scoped>
|
||||||
|
/* 在这里写深度选择器 */
|
||||||
|
.tag-from-item .el-form-item__content {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user