b8ce2a89 by 杨威
2 parents dc555fbe aa65ab64
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 <table border="1" width="100%" cellspacing="0" cellpadding="0" class="dzTable"> 5 <table border="1" width="100%" cellspacing="0" cellpadding="0" class="dzTable">
6 <tbody> 6 <tbody>
7 <tr height="30"> 7 <tr height="30">
8 <td colspan="12" align="center" ><font size="4">多幢基本信息</font></td> 8 <th colspan="12"><font size="4"></font>多幢基本信息</th>
9 </tr> 9 </tr>
10 <tr height="30"> 10 <tr height="30">
11 <td colspan="2" align="center" >宗地代码</td> 11 <td colspan="2" align="center" >宗地代码</td>
...@@ -540,9 +540,17 @@ ...@@ -540,9 +540,17 @@
540 table-layout: fixed; 540 table-layout: fixed;
541 } 541 }
542 542
543 th {
544 height: 36px;
545 line-height: 36px;
546 font-size: 16px;
547 }
548
543 td{ 549 td{
544 height: 36px; 550 height: 36px;
545 width:8.33%; 551 width:8.33%;
552 text-align: right;
553 padding-right: 10px;
546 } 554 }
547 555
548 .el-select{ 556 .el-select{
......
...@@ -894,7 +894,9 @@ ...@@ -894,7 +894,9 @@
894 894
895 td{ 895 td{
896 //bgcolor:#F1F4FC; 896 //bgcolor:#F1F4FC;
897 width:8.33% 897 width:8.33%;
898 text-align: right;
899 padding-right: 10px;
898 } 900 }
899 901
900 .el-select{ 902 .el-select{
......