Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
6 additions
and
3 deletions
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | </td> | 47 | </td> |
| 48 | </tr> | 48 | </tr> |
| 49 | <tr> | 49 | <tr> |
| 50 | <td class="lable">幢单元:</td> | 50 | <td class="label">幢单元:</td> |
| 51 | <td class="input"> | 51 | <td class="input"> |
| 52 | <el-select v-model="hcxlzData.zdybsm" filterable placeholder="请选择"> | 52 | <el-select v-model="hcxlzData.zdybsm" filterable placeholder="请选择"> |
| 53 | <el-option | 53 | <el-option |
| ... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
| 66 | <el-button type="primary" @click="cancel">取消</el-button> | 66 | <el-button type="primary" @click="cancel">取消</el-button> |
| 67 | </div> | 67 | </div> |
| 68 | <query-data :centerDialogVisible="xzzdVisible" @close="xzzdClose" @getData="getZdxx" | 68 | <query-data :centerDialogVisible="xzzdVisible" @close="xzzdClose" @getData="getZdxx" |
| 69 | isZdClose="true"></query-data> | 69 | :isZdClose="true"></query-data> |
| 70 | </el-dialog> | 70 | </el-dialog> |
| 71 | </div> | 71 | </div> |
| 72 | </template> | 72 | </template> |
| ... | @@ -219,7 +219,10 @@ | ... | @@ -219,7 +219,10 @@ |
| 219 | display: inline-block; | 219 | display: inline-block; |
| 220 | text-align: center; | 220 | text-align: center; |
| 221 | .label { | 221 | .label { |
| 222 | width: 80px; | 222 | width: 60px; |
| 223 | font-size: 15px; | ||
| 224 | text-align: justify; | ||
| 225 | text-align-last: justify | ||
| 223 | } | 226 | } |
| 224 | .input { | 227 | .input { |
| 225 | width: 300px; | 228 | width: 300px; | ... | ... |
-
Please register or sign in to post a comment