自然幢表单样式修改
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -270,8 +270,9 @@ | ... | @@ -270,8 +270,9 @@ |
270 | <script> | 270 | <script> |
271 | import Qlr from "../../../components/formMenu/qlr"; | 271 | import Qlr from "../../../components/formMenu/qlr"; |
272 | import Qlxz from "../../../components/formMenu/qlxz"; | 272 | import Qlxz from "../../../components/formMenu/qlxz"; |
273 | import {getBdcdyh,saveZrzInfo,getZrzDetailByBsm,submit} from "../../../api/zrz" | 273 | import {getBdcdyh,saveZrzInfo,getZrzDetailByBsm} from "../../../api/zrz" |
274 | import {getQjZdjbxxDetailById} from "../../../api/zd" | 274 | import {getQjZdjbxxDetailById} from "../../../api/zd" |
275 | import {submit} from "../../../api/common" | ||
275 | export default { | 276 | export default { |
276 | name:'zrz', | 277 | name:'zrz', |
277 | components:{ | 278 | components:{ |
... | @@ -524,12 +525,11 @@ | ... | @@ -524,12 +525,11 @@ |
524 | } | 525 | } |
525 | </script> | 526 | </script> |
526 | <style rel="stylesheet/less" lang="less" scoped> | 527 | <style rel="stylesheet/less" lang="less" scoped> |
527 | .zrz { | 528 | .zrz { |
528 | min-height: 200px; | 529 | min-height: 200px; |
529 | width: 80%; | 530 | width: 100%; |
530 | margin-top: 10px; | 531 | margin-top: 10px; |
531 | float: left; | 532 | float: left; |
532 | margin-left: 10%; | ||
533 | 533 | ||
534 | /deep/.el-input__inner{ | 534 | /deep/.el-input__inner{ |
535 | width: 100%; | 535 | width: 100%; | ... | ... |
-
Please register or sign in to post a comment