1
Showing
1 changed file
with
10 additions
and
6 deletions
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | <div class="from-clues-header"> | 5 | <div class="from-clues-header"> |
| 6 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 6 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 7 | <el-row> | 7 | <el-row> |
| 8 | <el-col :span="5"> | 8 | <el-col :span="8"> |
| 9 | <el-form-item label="权利类型"> | 9 | <el-form-item label="权利类型"> |
| 10 | <el-select | 10 | <el-select |
| 11 | v-model="queryForm.qllx" | 11 | v-model="queryForm.qllx" |
| ... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
| 23 | </el-select> | 23 | </el-select> |
| 24 | </el-form-item> | 24 | </el-form-item> |
| 25 | </el-col> | 25 | </el-col> |
| 26 | <el-col :span="5"> | 26 | <el-col :span="8"> |
| 27 | <el-form-item label="不动产单元号"> | 27 | <el-form-item label="不动产单元号"> |
| 28 | <el-input | 28 | <el-input |
| 29 | placeholder="请输入不动产单元号" | 29 | placeholder="请输入不动产单元号" |
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| 34 | </el-input> | 34 | </el-input> |
| 35 | </el-form-item> | 35 | </el-form-item> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | <el-col :span="5"> | 37 | <el-col :span="8"> |
| 38 | <el-form-item label="业务号"> | 38 | <el-form-item label="业务号"> |
| 39 | <el-input | 39 | <el-input |
| 40 | placeholder="请输入业务号" | 40 | placeholder="请输入业务号" |
| ... | @@ -45,7 +45,9 @@ | ... | @@ -45,7 +45,9 @@ |
| 45 | </el-input> | 45 | </el-input> |
| 46 | </el-form-item> | 46 | </el-form-item> |
| 47 | </el-col> | 47 | </el-col> |
| 48 | <el-col :span="5"> | 48 | </el-row> |
| 49 | <el-row> | ||
| 50 | <el-col :span="8"> | ||
| 49 | <el-form-item label="不动产权证号"> | 51 | <el-form-item label="不动产权证号"> |
| 50 | <el-input | 52 | <el-input |
| 51 | placeholder="请输入不动产权证号" | 53 | placeholder="请输入不动产权证号" |
| ... | @@ -56,7 +58,7 @@ | ... | @@ -56,7 +58,7 @@ |
| 56 | </el-input> | 58 | </el-input> |
| 57 | </el-form-item> | 59 | </el-form-item> |
| 58 | </el-col> | 60 | </el-col> |
| 59 | <el-col :span="4" class="btnCol"> | 61 | <el-col :span="16" class="btnCol"> |
| 60 | <el-form-item> | 62 | <el-form-item> |
| 61 | <el-button type="primary" @click="queryClick()">查询</el-button> | 63 | <el-button type="primary" @click="queryClick()">查询</el-button> |
| 62 | </el-form-item> | 64 | </el-form-item> |
| ... | @@ -166,7 +168,9 @@ export default { | ... | @@ -166,7 +168,9 @@ export default { |
| 166 | border-bottom: 1px solid $borderColor; | 168 | border-bottom: 1px solid $borderColor; |
| 167 | margin-bottom: 10px; | 169 | margin-bottom: 10px; |
| 168 | } | 170 | } |
| 169 | 171 | /deep/.el-input{ | |
| 172 | width: 187px; | ||
| 173 | } | ||
| 170 | ul { | 174 | ul { |
| 171 | @include flex; | 175 | @include flex; |
| 172 | border-radius: 5px; | 176 | border-radius: 5px; | ... | ... |
-
Please register or sign in to post a comment