chenyidong пре 2 месеци
родитељ
комит
3d77d5397d

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

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

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

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

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

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

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

@@ -102,7 +102,7 @@
102
 						windowBottom,
102
 						windowBottom,
103
 						windowHeight
103
 						windowHeight
104
 					} = e;
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
 		padding: 20px;
445
 		padding: 20px;
446
 		box-sizing: border-box;
446
 		box-sizing: border-box;
447
 		overflow: scroll;
447
 		overflow: scroll;
448
+		padding-top: 40px;
448
 
449
 
449
 		.dept_wrap {
450
 		.dept_wrap {
450
 			border: 2px solid #ddd;
451
 			border: 2px solid #ddd;

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

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