调试在线标签提示1

This commit is contained in:
670788339
2025-11-13 17:15:47 +08:00
parent 3830e312d8
commit 0027da0c2a

View File

@@ -2081,10 +2081,22 @@ export default {
//.tag-from-item >>> .el-form-item__content >>> .tag-container {
// 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;
display: flex;
align-items: center;
gap: 8px;
}
</style>
<style scoped>
/* 在这里写深度选择器 */
.tag-from-item .el-form-item__content {
margin-left: 0 !important;
}
</style>