Преглед изворни кода

Merge branch 'master' of http://git.jieweizhineng.com/tiandewen/uni-zhihuikuangshan

tiandewen пре 3 година
родитељ
комит
de160235e8

+ 1 - 1
components/t-c-contacts/t-c-contacts.vue

@@ -72,7 +72,7 @@
 		display: flex;
 		display: flex;
 		justify-content: space-around;
 		justify-content: space-around;
 		background-color: #fff;
 		background-color: #fff;
-		padding: 20rpx 0px;
+		padding: 30rpx 0px;
 	}
 	}
 
 
 	.li {
 	.li {

BIN
pages/origanization/t-c-c-contacts-info/icon/zk1.png


BIN
pages/origanization/t-c-c-contacts-info/icon/zk2.png


+ 49 - 7
pages/origanization/t-c-c-contacts-info/t-c-c-contacts-info.vue

@@ -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>

BIN
pages/production/t-c-c-contacts-info/icon/zk1.png


BIN
pages/production/t-c-c-contacts-info/icon/zk2.png