代理人居右显示
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -167,7 +167,7 @@ | ... | @@ -167,7 +167,7 @@ |
| 167 | </td> | 167 | </td> |
| 168 | </tr> | 168 | </tr> |
| 169 | <tr> | 169 | <tr> |
| 170 | <td colspan="10">法人信息</td> | 170 | <th colspan="10">法人信息</th> |
| 171 | </tr> | 171 | </tr> |
| 172 | <tr> | 172 | <tr> |
| 173 | <td colspan="2">法定代表人或负责人姓名</td> | 173 | <td colspan="2">法定代表人或负责人姓名</td> |
| ... | @@ -202,7 +202,7 @@ | ... | @@ -202,7 +202,7 @@ |
| 202 | </td> | 202 | </td> |
| 203 | </tr> | 203 | </tr> |
| 204 | <tr> | 204 | <tr> |
| 205 | <td colspan="10">代理人信息</td> | 205 | <th colspan="10">代理人信息</th> |
| 206 | </tr> | 206 | </tr> |
| 207 | <template v-for="(item, index) in formData.dlrList"> | 207 | <template v-for="(item, index) in formData.dlrList"> |
| 208 | <tr :key="item.index"> | 208 | <tr :key="item.index"> |
| ... | @@ -251,7 +251,7 @@ | ... | @@ -251,7 +251,7 @@ |
| 251 | </template> | 251 | </template> |
| 252 | 252 | ||
| 253 | <tr> | 253 | <tr> |
| 254 | <td colspan="10">权利信息</td> | 254 | <th colspan="10">权利信息</th> |
| 255 | </tr> | 255 | </tr> |
| 256 | <tr> | 256 | <tr> |
| 257 | <td colspan="2">共有方式</td> | 257 | <td colspan="2">共有方式</td> |
| ... | @@ -672,6 +672,7 @@ | ... | @@ -672,6 +672,7 @@ |
| 672 | height: 500px; | 672 | height: 500px; |
| 673 | overflow-y: scroll; | 673 | overflow-y: scroll; |
| 674 | } | 674 | } |
| 675 | |||
| 675 | .zdjbxxTable { | 676 | .zdjbxxTable { |
| 676 | margin: 10px 0; | 677 | margin: 10px 0; |
| 677 | background-color: #fff; | 678 | background-color: #fff; |
| ... | @@ -701,12 +702,11 @@ | ... | @@ -701,12 +702,11 @@ |
| 701 | th { | 702 | th { |
| 702 | height: 36px; | 703 | height: 36px; |
| 703 | line-height: 36px; | 704 | line-height: 36px; |
| 704 | font-size: 16px; | ||
| 705 | } | 705 | } |
| 706 | td { | 706 | td { |
| 707 | text-align: center; | 707 | text-align: right; |
| 708 | height: 36px; | 708 | height: 36px; |
| 709 | padding: 0; | 709 | padding-right: 10px; |
| 710 | } | 710 | } |
| 711 | /deep/.el-input__inner { | 711 | /deep/.el-input__inner { |
| 712 | margin: 0; | 712 | margin: 0; | ... | ... |
-
Please register or sign in to post a comment