|
@@ -38,7 +38,7 @@
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
filterText(val) {
|
|
filterText(val) {
|
|
- this.$refs.tree.filter(val);
|
|
|
|
|
|
+ this.$refs.tree.filter(val);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -85,13 +85,15 @@
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
- .headers{
|
|
|
|
|
|
+
|
|
|
|
+ .headers {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 120rpx;
|
|
height: 120rpx;
|
|
background-color: #FFF;
|
|
background-color: #FFF;
|
|
- margin-bottom:20rpx;
|
|
|
|
|
|
+ margin-bottom: 20rpx;
|
|
}
|
|
}
|
|
- .headers_input{
|
|
|
|
|
|
+
|
|
|
|
+ .headers_input {
|
|
width: 80%;
|
|
width: 80%;
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -99,12 +101,14 @@
|
|
position: relative;
|
|
position: relative;
|
|
margin-top: 30rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
}
|
|
- .headers_input>input{
|
|
|
|
|
|
+
|
|
|
|
+ .headers_input>input {
|
|
width: 80%;
|
|
width: 80%;
|
|
margin-left: 50rpx;
|
|
margin-left: 50rpx;
|
|
height: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
}
|
|
- .headers_input>image{
|
|
|
|
|
|
+
|
|
|
|
+ .headers_input>image {
|
|
width: 40rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -112,7 +116,45 @@
|
|
left: 1%;
|
|
left: 1%;
|
|
top: 16%;
|
|
top: 16%;
|
|
}
|
|
}
|
|
- .height{
|
|
|
|
|
|
+
|
|
|
|
+ .height {
|
|
height: 1rpx;
|
|
height: 1rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ >>>.ly-tree-node__label {
|
|
|
|
+ color: #000000;
|
|
|
|
+ font-size: 34rpx;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ >>>.ly-icon-caret-right:before {
|
|
|
|
+ background: url("./icon/zk1.png") no-repeat 0 0px;
|
|
|
|
+ content: '';
|
|
|
|
+ display: block;
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ background-size: 16px;
|
|
|
|
+ }
|
|
|
|
+ >>>.ly-tree-node__expand-icon.expanded{
|
|
|
|
+ transform: rotate(0deg);
|
|
|
|
+ }
|
|
|
|
+ >>>.ly-tree-node__expand-icon.expanded:before {
|
|
|
|
+ background: url("./icon/zk2.png") no-repeat 0 0px;
|
|
|
|
+ content: '';
|
|
|
|
+ display: block;
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ background-size: 16px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ >>>.ly-tree-node__expand-icon.is-leaf::before {
|
|
|
|
+ background: url("") no-repeat 0 0px;
|
|
|
|
+ content: '';
|
|
|
|
+ display: block;
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ background-size: 16px;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|