Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
2 changed files
with
12 additions
and
2 deletions
... | @@ -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{ | ... | ... |
-
Please register or sign in to post a comment