b8ce2a89 by 杨威
2 parents dc555fbe aa65ab64
......@@ -5,7 +5,7 @@
<table border="1" width="100%" cellspacing="0" cellpadding="0" class="dzTable">
<tbody>
<tr height="30">
<td colspan="12" align="center" ><font size="4">多幢基本信息</font></td>
<th colspan="12"><font size="4"></font>多幢基本信息</th>
</tr>
<tr height="30">
<td colspan="2" align="center" >宗地代码</td>
......@@ -540,9 +540,17 @@
table-layout: fixed;
}
th {
height: 36px;
line-height: 36px;
font-size: 16px;
}
td{
height: 36px;
width:8.33%;
text-align: right;
padding-right: 10px;
}
.el-select{
......
......@@ -894,7 +894,9 @@
td{
//bgcolor:#F1F4FC;
width:8.33%
width:8.33%;
text-align: right;
padding-right: 10px;
}
.el-select{
......