fix : 详情页"相关实体"展示交互优化(去掉界面多余显示的内容);知识库内新建Tag页,下拉框可用时,背景色为白色;

This commit is contained in:
hyx
2023-07-14 15:05:42 +08:00
parent dce3921beb
commit 96e7a935ee
4 changed files with 15 additions and 14 deletions

View File

@@ -39,9 +39,6 @@
color:#909399;
cursor: pointer;
}
.tip {
color:red;
}
}
.type-content {
margin-bottom:0px;

View File

@@ -814,14 +814,18 @@
padding-left: 8px;
}
.form-select {
.form-select__disable {
width: 100%;
.disable .el-input__inner {
.el-input__inner {
background-color: #F5F8FA;
}
.enable .el-input__inner {
background-color: #F5F8FA;
}
.form-select__enable {
width: 100%;
.el-input__inner {
background-color: white !important;
}
}
}