Commit b91185e2 by liuyong

修改三个架构资产

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