Merge remote-tracking branch 'origin/master'
Showing
4 changed files
with
14 additions
and
42 deletions
... | @@ -151,6 +151,9 @@ ol, ul { list-style:none; } | ... | @@ -151,6 +151,9 @@ ol, ul { list-style:none; } |
151 | border-bottom: 1px solid #F1F1F1; | 151 | border-bottom: 1px solid #F1F1F1; |
152 | background: #6f94f5; | 152 | background: #6f94f5; |
153 | } | 153 | } |
154 | .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{ | ||
155 | color: #fff; | ||
156 | } | ||
154 | .el-dialog__title{ | 157 | .el-dialog__title{ |
155 | line-height: 24px; | 158 | line-height: 24px; |
156 | font-size: 18px; | 159 | font-size: 18px; |
... | @@ -224,34 +227,6 @@ ol, ul { list-style:none; } | ... | @@ -224,34 +227,6 @@ ol, ul { list-style:none; } |
224 | right: 6px; | 227 | right: 6px; |
225 | top: 4px; | 228 | top: 4px; |
226 | } | 229 | } |
227 | // 增删操作按钮样式 | ||
228 | .addMinus{ | ||
229 | border-radius:50%; | ||
230 | width: 30px !important; | ||
231 | height: 30px !important; | ||
232 | font-size: 22px!important; | ||
233 | padding: 4px 6px; | ||
234 | } | ||
235 | .outAdd,.outAdd:hover:focus{ | ||
236 | background-color: #2FA5FF!important; | ||
237 | border: 1px solid #2FA5FF!important; | ||
238 | color: #fff!important; | ||
239 | } | ||
240 | .inAdd,.inAdd:hover:focus{ | ||
241 | border: 1px solid #2FA5FF!important; | ||
242 | background-color: #fff!important; | ||
243 | color: #2FA5FF!important; | ||
244 | } | ||
245 | .outMinus,.outMinus:hover:focus{ | ||
246 | background-color: #FA6400!important; | ||
247 | border: 1px solid #FA6400!important; | ||
248 | color: #fff!important; | ||
249 | } | ||
250 | .inMinus,.inMinus:hover:focus{ | ||
251 | border: 1px solid #FA6400!important; | ||
252 | background-color: #fff!important; | ||
253 | color: #FA6400!important; | ||
254 | } | ||
255 | .import{ | 230 | .import{ |
256 | background-color: #00CACD!important; | 231 | background-color: #00CACD!important; |
257 | border-color: #00CACD!important; | 232 | border-color: #00CACD!important; | ... | ... |
... | @@ -325,18 +325,17 @@ | ... | @@ -325,18 +325,17 @@ |
325 | /*border: 1px solid red;*/ | 325 | /*border: 1px solid red;*/ |
326 | } | 326 | } |
327 | .log-search{ | 327 | .log-search{ |
328 | margin-top: 10px; | ||
329 | padding-left: 15px; | ||
330 | padding-top: 20px; | ||
331 | width: 100%; | 328 | width: 100%; |
332 | border: 1px solid #a8adad; | 329 | border: 1px solid #E6E6E6; |
333 | height: 60px; | 330 | height: 80px; |
334 | background-color: white; | 331 | background-color: white; |
332 | box-sizing: border-box; | ||
333 | padding: 20px 15px; | ||
335 | } | 334 | } |
336 | .log-detail{ | 335 | .log-detail{ |
337 | margin-top: 10px; | 336 | margin-top: 10px; |
338 | width: 100%; | 337 | width: 100%; |
339 | border: 1px solid #a8adad; | 338 | border: 1px solid #E6E6E6; |
340 | height: 900px; | 339 | height: 900px; |
341 | overflow: scroll; | 340 | overflow: scroll; |
342 | background-color: white; | 341 | background-color: white; |
... | @@ -347,7 +346,7 @@ | ... | @@ -347,7 +346,7 @@ |
347 | float: left; | 346 | float: left; |
348 | height: 900px; | 347 | height: 900px; |
349 | overflow: scroll; | 348 | overflow: scroll; |
350 | border-right: 1px solid #a8adad; | 349 | border-right: 1px solid #E6E6E6; |
351 | } | 350 | } |
352 | 351 | ||
353 | .log-table{ | 352 | .log-table{ | ... | ... |
... | @@ -181,18 +181,17 @@ | ... | @@ -181,18 +181,17 @@ |
181 | /*border: 1px solid red;*/ | 181 | /*border: 1px solid red;*/ |
182 | } | 182 | } |
183 | .log-search{ | 183 | .log-search{ |
184 | margin-top: 10px; | ||
185 | padding-left: 15px; | ||
186 | padding-top: 20px; | ||
187 | width: 100%; | 184 | width: 100%; |
188 | border: 1px solid #a8adad; | 185 | border: 1px solid #E6E6E6; |
189 | height: 60px; | 186 | height: 80px; |
190 | background-color: white; | 187 | background-color: white; |
188 | box-sizing: border-box; | ||
189 | padding: 20px 15px; | ||
191 | } | 190 | } |
192 | .log-table{ | 191 | .log-table{ |
193 | margin-top: 10px; | 192 | margin-top: 10px; |
194 | width: 100%; | 193 | width: 100%; |
195 | border: 1px solid #a8adad; | 194 | border: 1px solid #E6E6E6; |
196 | } | 195 | } |
197 | .el-button { | 196 | .el-button { |
198 | width: 100px; | 197 | width: 100px; | ... | ... |
... | @@ -506,7 +506,6 @@ export default { | ... | @@ -506,7 +506,6 @@ export default { |
506 | }, | 506 | }, |
507 | //切换房屋状态 | 507 | //切换房屋状态 |
508 | handleChoosedH(bsms,color) { | 508 | handleChoosedH(bsms,color) { |
509 | debugger | ||
510 | //每次切换房屋状态,将之前高亮的户边框颜色重置为默认 | 509 | //每次切换房屋状态,将之前高亮的户边框颜色重置为默认 |
511 | this.$refs.lpbContent.choosedList = []; | 510 | this.$refs.lpbContent.choosedList = []; |
512 | this.$refs.lpbContent.$refs.hBsm.forEach((item) => { | 511 | this.$refs.lpbContent.$refs.hBsm.forEach((item) => { | ... | ... |
-
Please register or sign in to post a comment