Commit b91185e2 by liuyong

修改三个架构资产

1 parent 037699c2
...@@ -515,6 +515,8 @@ ...@@ -515,6 +515,8 @@
this.$refs.form2.resetFields(); this.$refs.form2.resetFields();
this.ruleForm2.let1 = null; this.ruleForm2.let1 = null;
this.ruleForm2.let2 = null; this.ruleForm2.let2 = null;
this.selectValue2 = '';
this.selectLabel2 = '';
}); });
}, },
add() {//新建 add() {//新建
...@@ -956,6 +958,9 @@ ...@@ -956,6 +958,9 @@
.el-select-dropdown__item{ .el-select-dropdown__item{
height: auto; height: auto;
} }
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
background-color: #fff !important;
}
</style> </style>
<style scoped> <style scoped>
.filter-tree{ .filter-tree{
......
...@@ -515,6 +515,8 @@ ...@@ -515,6 +515,8 @@
this.$refs.form2.resetFields(); this.$refs.form2.resetFields();
this.ruleForm2.let1 = null; this.ruleForm2.let1 = null;
this.ruleForm2.let2 = null; this.ruleForm2.let2 = null;
this.selectValue2 = '';
this.selectLabel2 = '';
}); });
}, },
add() {//新建 add() {//新建
...@@ -956,6 +958,9 @@ ...@@ -956,6 +958,9 @@
.el-select-dropdown__item{ .el-select-dropdown__item{
height: auto; height: auto;
} }
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
background-color: #fff !important;
}
</style> </style>
<style scoped> <style scoped>
.filter-tree{ .filter-tree{
...@@ -966,12 +971,6 @@ ...@@ -966,12 +971,6 @@
.dynamicFormClass{ .dynamicFormClass{
width: 100% !important; width: 100% !important;
} }
/deep/ .el-tree-node__expand-icon {
column-count: #01b7c9;
}
/deep/ .el-tree-node__expand-icon.is-leaf {
color: transparent !important;
}
/deep/ .dynamicFormClass .el-form-item__content { /deep/ .dynamicFormClass .el-form-item__content {
width: calc(100% - 210px) !important; width: calc(100% - 210px) !important;
text-align: left; text-align: left;
......
...@@ -515,6 +515,8 @@ ...@@ -515,6 +515,8 @@
this.$refs.form2.resetFields(); this.$refs.form2.resetFields();
this.ruleForm2.let1 = null; this.ruleForm2.let1 = null;
this.ruleForm2.let2 = null; this.ruleForm2.let2 = null;
this.selectValue2 = '';
this.selectLabel2 = '';
}); });
}, },
add() {//新建 add() {//新建
...@@ -956,6 +958,9 @@ ...@@ -956,6 +958,9 @@
.el-select-dropdown__item{ .el-select-dropdown__item{
height: auto; height: auto;
} }
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
background-color: #fff !important;
}
</style> </style>
<style scoped> <style scoped>
.filter-tree{ .filter-tree{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!