自然幢,多幢,户表单样式添加权力性质相关内容
Showing
7 changed files
with
96 additions
and
34 deletions
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | > | 22 | > |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="2"> | 24 | <el-col :span="2"> |
| 25 | <span class="qlxz">权利性质</span> | 25 | <span class="qlxz">权利性质</span><br> |
| 26 | <el-button | 26 | <el-button |
| 27 | type="primary" | 27 | type="primary" |
| 28 | class="changeBtn mt6" | 28 | class="changeBtn mt6" | ... | ... |
| 1 | .zrz { | 1 | .dz { |
| 2 | min-height: 200px; | 2 | min-height: 200px; |
| 3 | width: 100%; | 3 | width: 80%; |
| 4 | margin-top: 10px; | 4 | margin-top: 10px; |
| 5 | float: left; | 5 | float: left; |
| 6 | 6 | ||
| 7 | .el-input__inner{ | 7 | /deep/.el-input__inner{ |
| 8 | width: 100%; | 8 | width: 100%; |
| 9 | border: 0; | 9 | border: 0; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | textarea{ | 12 | /deep/textarea{ |
| 13 | width: 100%; | 13 | width: 100%; |
| 14 | border: 0; | 14 | border: 0; |
| 15 | } | 15 | } |
| ... | @@ -37,4 +37,8 @@ | ... | @@ -37,4 +37,8 @@ |
| 37 | table{ | 37 | table{ |
| 38 | font-size: 14px; | 38 | font-size: 14px; |
| 39 | } | 39 | } |
| 40 | |||
| 41 | .dzTable{ | ||
| 42 | margin-top: 10px; | ||
| 43 | } | ||
| 40 | } | 44 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="zrz content-form"> | 2 | <div class="dz content-form"> |
| 3 | <el-form ref="form" :model="form" label-width="160px"> | 3 | <el-form ref="form" :model="form" label-width="160px"> |
| 4 | <table border="1" width="80%" cellspacing="1" cellpadding="2"> | 4 | <Qlr ref="qlrxxModule"></Qlr> |
| 5 | <table border="1" width="100%" cellspacing="1" cellpadding="2" class="dzTable"> | ||
| 5 | <tbody> | 6 | <tbody> |
| 6 | <tr> | 7 | <tr> |
| 7 | <td colspan="1"></td> | 8 | <td colspan="1"></td> |
| ... | @@ -144,6 +145,14 @@ | ... | @@ -144,6 +145,14 @@ |
| 144 | </td> | 145 | </td> |
| 145 | </tr> | 146 | </tr> |
| 146 | 147 | ||
| 148 | <tr> | ||
| 149 | <td colspan="12" rowspan="4" align="center"> | ||
| 150 | <Qlxz ref="qlxzModule"></Qlxz> | ||
| 151 | </td> | ||
| 152 | </tr> | ||
| 153 | <tr></tr> | ||
| 154 | <tr></tr> | ||
| 155 | <tr></tr> | ||
| 147 | 156 | ||
| 148 | 157 | ||
| 149 | <tr height="30"> | 158 | <tr height="30"> |
| ... | @@ -205,8 +214,14 @@ | ... | @@ -205,8 +214,14 @@ |
| 205 | </template> | 214 | </template> |
| 206 | 215 | ||
| 207 | <script> | 216 | <script> |
| 217 | import Qlr from "../../../components/formMenu/qlr"; | ||
| 218 | import Qlxz from "../../../components/formMenu/qlxz"; | ||
| 208 | export default { | 219 | export default { |
| 209 | name:'zrz', | 220 | name:'zrz', |
| 221 | components:{ | ||
| 222 | Qlr, | ||
| 223 | Qlxz, | ||
| 224 | }, | ||
| 210 | data () { | 225 | data () { |
| 211 | return { | 226 | return { |
| 212 | form:{ | 227 | form:{ |
| ... | @@ -342,6 +357,6 @@ | ... | @@ -342,6 +357,6 @@ |
| 342 | } | 357 | } |
| 343 | } | 358 | } |
| 344 | </script> | 359 | </script> |
| 345 | <style rel="stylesheet/less" lang="less"> | 360 | <style rel="stylesheet/less" lang="less" scoped> |
| 346 | @import 'index.less'; | 361 | @import 'index.less'; |
| 347 | </style> | 362 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | .zrz { | 1 | .h { |
| 2 | min-height: 200px; | 2 | min-height: 200px; |
| 3 | width: 100%; | 3 | width: 80%; |
| 4 | margin-top: 10px; | 4 | margin-top: 10px; |
| 5 | float: left; | 5 | float: left; |
| 6 | 6 | ||
| 7 | .el-input__inner{ | 7 | /deep/.el-input__inner{ |
| 8 | width: 100%; | 8 | width: 100%; |
| 9 | border: 0; | 9 | border: 0; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | textarea{ | 12 | /deep/textarea{ |
| 13 | width: 100%; | 13 | width: 100%; |
| 14 | border: 0; | 14 | border: 0; |
| 15 | } | 15 | } |
| ... | @@ -37,4 +37,8 @@ | ... | @@ -37,4 +37,8 @@ |
| 37 | 37 | ||
| 38 | table{ | 38 | table{ |
| 39 | font-size: 14px; | 39 | font-size: 14px; |
| 40 | } | ||
| 41 | |||
| 42 | .hTable{ | ||
| 43 | margin-top: 10px; | ||
| 40 | } | 44 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="zrz content-form"> | 2 | <div class="h content-form"> |
| 3 | <el-form ref="form" :model="form" label-width="160px"> | 3 | <el-form ref="form" :model="form" label-width="160px"> |
| 4 | <table border="1" width="80%" cellspacing="1" cellpadding="2"> | 4 | <Qlr ref="qlrxxModule"></Qlr> |
| 5 | <table border="1" width="100%" cellspacing="1" cellpadding="2" class="hTable"> | ||
| 5 | <tbody> | 6 | <tbody> |
| 6 | <tr> | 7 | <tr> |
| 7 | <td colspan="1"></td> | 8 | <td colspan="1"></td> |
| ... | @@ -294,6 +295,18 @@ | ... | @@ -294,6 +295,18 @@ |
| 294 | </td> | 295 | </td> |
| 295 | </tr> | 296 | </tr> |
| 296 | 297 | ||
| 298 | |||
| 299 | <tr> | ||
| 300 | <td colspan="12" rowspan="4" align="center"> | ||
| 301 | <Qlxz ref="qlxzModule"></Qlxz> | ||
| 302 | </td> | ||
| 303 | </tr> | ||
| 304 | <tr></tr> | ||
| 305 | <tr></tr> | ||
| 306 | <tr></tr> | ||
| 307 | |||
| 308 | |||
| 309 | |||
| 297 | <tr height="30"> | 310 | <tr height="30"> |
| 298 | <td colspan="2" align="center" > | 311 | <td colspan="2" align="center" > |
| 299 | <span>坐落</span> | 312 | <span>坐落</span> |
| ... | @@ -375,8 +388,14 @@ | ... | @@ -375,8 +388,14 @@ |
| 375 | </template> | 388 | </template> |
| 376 | 389 | ||
| 377 | <script> | 390 | <script> |
| 391 | import Qlr from "../../../components/formMenu/qlr"; | ||
| 392 | import Qlxz from "../../../components/formMenu/qlxz"; | ||
| 378 | export default { | 393 | export default { |
| 379 | name:'zrz', | 394 | name:'zrz', |
| 395 | components:{ | ||
| 396 | Qlr, | ||
| 397 | Qlxz, | ||
| 398 | }, | ||
| 380 | data () { | 399 | data () { |
| 381 | return { | 400 | return { |
| 382 | form:{ | 401 | form:{ |
| ... | @@ -513,6 +532,6 @@ | ... | @@ -513,6 +532,6 @@ |
| 513 | } | 532 | } |
| 514 | } | 533 | } |
| 515 | </script> | 534 | </script> |
| 516 | <style rel="stylesheet/less" lang="less"> | 535 | <style rel="stylesheet/less" lang="less" scoped> |
| 517 | @import 'index.less'; | 536 | @import 'index.less'; |
| 518 | </style> | 537 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | .zrz { | 1 | .zrz { |
| 2 | min-height: 200px; | 2 | min-height: 200px; |
| 3 | width: 100%; | 3 | width: 80%; |
| 4 | margin-top: 10px; | 4 | margin-top: 10px; |
| 5 | float: left; | 5 | float: left; |
| 6 | 6 | ||
| 7 | .el-input__inner{ | 7 | /deep/.el-input__inner{ |
| 8 | width: 100%; | 8 | width: 100%; |
| 9 | border: 0; | 9 | border: 0; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | textarea{ | 12 | /deep/textarea{ |
| 13 | width: 100%; | 13 | width: 100%; |
| 14 | border: 0; | 14 | border: 0; |
| 15 | } | 15 | } |
| ... | @@ -37,4 +37,8 @@ | ... | @@ -37,4 +37,8 @@ |
| 37 | table{ | 37 | table{ |
| 38 | font-size: 14px; | 38 | font-size: 14px; |
| 39 | } | 39 | } |
| 40 | |||
| 41 | .zrzTable{ | ||
| 42 | margin-top: 10px; | ||
| 43 | } | ||
| 40 | } | 44 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="zrz content-form"> | 2 | <div class="zrz content-form"> |
| 3 | <el-form ref="form" :model="form" label-width="160px"> | 3 | <el-form ref="form" :model="form" label-width="160px"> |
| 4 | <table border="1" width="80%" cellspacing="1" cellpadding="2"> | 4 | <Qlr ref="qlrxxModule"></Qlr> |
| 5 | <table border="1" width="100%" cellspacing="1" cellpadding="2" class="zrzTable"> | ||
| 5 | <tbody> | 6 | <tbody> |
| 6 | <tr> | 7 | <tr> |
| 7 | <td colspan="1"></td> | 8 | <td colspan="1"></td> |
| 8 | <td colspan="1"></td> | 9 | <td colspan="1"></td> |
| 9 | <td colspan="1"></td> | 10 | <td colspan="1"></td> |
| 10 | <td colspan="1"></td> | 11 | <td colspan="1"></td> |
| 11 | <td colspan="1"></td> | 12 | <td colspan="1"></td> |
| 12 | <td colspan="1"></td> | 13 | <td colspan="1"></td> |
| 13 | <td colspan="1"></td> | 14 | <td colspan="1"></td> |
| 14 | <td colspan="1"></td> | 15 | <td colspan="1"></td> |
| 15 | <td colspan="1"></td> | 16 | <td colspan="1"></td> |
| 16 | <td colspan="1"></td> | 17 | <td colspan="1"></td> |
| 17 | <td colspan="1"></td> | 18 | <td colspan="1"></td> |
| 18 | <td colspan="1"></td> | 19 | <td colspan="1"></td> |
| 19 | </tr> | 20 | </tr> |
| 20 | <tr height="30"> | 21 | <tr height="30"> |
| 21 | <td colspan="12" align="center" ><font size="4">自然幢基本信息</font></td> | 22 | <td colspan="12" align="center" ><font size="4">自然幢基本信息</font></td> |
| 22 | </tr> | 23 | </tr> |
| ... | @@ -210,6 +211,15 @@ | ... | @@ -210,6 +211,15 @@ |
| 210 | </td> | 211 | </td> |
| 211 | </tr> | 212 | </tr> |
| 212 | 213 | ||
| 214 | <tr> | ||
| 215 | <td colspan="12" rowspan="4" align="center"> | ||
| 216 | <Qlxz ref="qlxzModule"></Qlxz> | ||
| 217 | </td> | ||
| 218 | </tr> | ||
| 219 | <tr></tr> | ||
| 220 | <tr></tr> | ||
| 221 | <tr></tr> | ||
| 222 | |||
| 213 | <tr height="30"> | 223 | <tr height="30"> |
| 214 | <td colspan="2" align="center" > | 224 | <td colspan="2" align="center" > |
| 215 | <span>坐落</span> | 225 | <span>坐落</span> |
| ... | @@ -269,8 +279,14 @@ | ... | @@ -269,8 +279,14 @@ |
| 269 | </template> | 279 | </template> |
| 270 | 280 | ||
| 271 | <script> | 281 | <script> |
| 282 | import Qlr from "../../../components/formMenu/qlr"; | ||
| 283 | import Qlxz from "../../../components/formMenu/qlxz"; | ||
| 272 | export default { | 284 | export default { |
| 273 | name:'zrz', | 285 | name:'zrz', |
| 286 | components:{ | ||
| 287 | Qlr, | ||
| 288 | Qlxz, | ||
| 289 | }, | ||
| 274 | data () { | 290 | data () { |
| 275 | return { | 291 | return { |
| 276 | form:{ | 292 | form:{ |
| ... | @@ -393,6 +409,6 @@ | ... | @@ -393,6 +409,6 @@ |
| 393 | } | 409 | } |
| 394 | } | 410 | } |
| 395 | </script> | 411 | </script> |
| 396 | <style rel="stylesheet/less" lang="less"> | 412 | <style rel="stylesheet/less" lang="less" scoped> |
| 397 | @import 'index.less'; | 413 | @import 'index.less'; |
| 398 | </style> | 414 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment