瀏覽代碼

调整筛选的样式

chenyidong 2 月之前
父節點
當前提交
3d77d5397d

+ 1 - 0
pages/clue/components/filterQuery.vue

@@ -716,6 +716,7 @@
716 716
 		padding: 20px;
717 717
 		box-sizing: border-box;
718 718
 		overflow: scroll;
719
+		padding-top: 40px;
719 720
 
720 721
 		.dept_wrap {
721 722
 			border: 2px solid #ddd;

+ 1 - 1
pages/clue/mixins/clue.js

@@ -143,7 +143,7 @@ export default {
143 143
 					windowBottom,
144 144
 					windowHeight
145 145
 				} = e;
146
-				this.mapHeight = (windowHeight - 100) + 'px';
146
+				this.mapHeight = (windowHeight - 70) + 'px';
147 147
 			}
148 148
 		});
149 149
 		this.getDicts();

+ 1 - 0
pages/order/components/commission/filterQuery.vue

@@ -218,6 +218,7 @@
218 218
 		padding: 20px;
219 219
 		box-sizing: border-box;
220 220
 		overflow: scroll;
221
+		padding-top: 40px;
221 222
 
222 223
 		.dept_wrap {
223 224
 			border: 2px solid #ddd;

+ 1 - 1
pages/order/components/commission/myCommission.vue

@@ -102,7 +102,7 @@
102 102
 						windowBottom,
103 103
 						windowHeight
104 104
 					} = e;
105
-					this.mapHeight = (windowHeight - 100) + 'px';
105
+					this.mapHeight = (windowHeight - 70) + 'px';
106 106
 				}
107 107
 			});
108 108
 		}

+ 1 - 0
pages/order/components/orderCenter/filterQuery.vue

@@ -445,6 +445,7 @@
445 445
 		padding: 20px;
446 446
 		box-sizing: border-box;
447 447
 		overflow: scroll;
448
+		padding-top: 40px;
448 449
 
449 450
 		.dept_wrap {
450 451
 			border: 2px solid #ddd;

+ 1 - 1
pages/order/components/orderCenter/orderCenter.vue

@@ -141,7 +141,7 @@
141 141
 						windowBottom,
142 142
 						windowHeight
143 143
 					} = e;
144
-					this.mapHeight = (windowHeight - 100) + 'px';
144
+					this.mapHeight = (windowHeight - 70) + 'px';
145 145
 				}
146 146
 			});
147 147
 		},