style:样式修改
Showing
2 changed files
with
8 additions
and
8 deletions
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | <svg-icon class="shutdown" @click.native="logout" icon-class='shutdown' /> | 24 | <svg-icon class="shutdown" @click.native="logout" icon-class='shutdown' /> |
25 | </div> | 25 | </div> |
26 | </div> | 26 | </div> |
27 | <NoticeBar class="NoticeBar" :noticeList="noticeList" /> | 27 | <NoticeBar class="NoticeBar" :noticeList="noticeList" v-if="noticeList.length > 0" /> |
28 | </div> | 28 | </div> |
29 | </template> | 29 | </template> |
30 | <script> | 30 | <script> | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="from-clues"> | 2 | <div class="from-clues"> |
3 | <div class="from-clues-header"> | 3 | <div class="from-clues-header"> |
4 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> | 4 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="100px"> |
5 | <el-row> | 5 | <el-row> |
6 | <el-col :span="5"> | 6 | <el-col :span="5"> |
7 | <el-form-item label="业务来源" label-width="70px"> | 7 | <el-form-item label="业务来源"> |
8 | <el-select v-model="queryForm.ywly" class="width100" filterable | 8 | <el-select v-model="queryForm.ywly" class="width100" filterable |
9 | @change="handleSelect('ywly', 'ywlymc', 'ywly')" @clear="handleEmpty('ywlymc')" clearable | 9 | @change="handleSelect('ywly', 'ywlymc', 'ywly')" @clear="handleEmpty('ywlymc')" clearable |
10 | placeholder="请选择业务来源"> | 10 | placeholder="请选择业务来源"> |
... | @@ -46,25 +46,25 @@ | ... | @@ -46,25 +46,25 @@ |
46 | </el-col> | 46 | </el-col> |
47 | </el-row> | 47 | </el-row> |
48 | <el-row> | 48 | <el-row> |
49 | <el-col :span="5"> | 49 | <el-col :span="5"> |
50 | <el-form-item label="不动产单元号"> | 50 | <el-form-item label="不动产单元号"> |
51 | <el-input placeholder="请输入不动产单元号" v-model="queryForm.bdcdyh" clearable class="width100"> | 51 | <el-input placeholder="请输入不动产单元号" v-model="queryForm.bdcdyh" clearable class="width100"> |
52 | </el-input> | 52 | </el-input> |
53 | </el-form-item> | 53 | </el-form-item> |
54 | </el-col> | 54 | </el-col> |
55 | <el-col :span="5"> | 55 | <el-col :span="5"> |
56 | <el-form-item label="申请人"> | 56 | <el-form-item label="申请人"> |
57 | <el-input placeholder="如需要模糊查询,前后输入%" v-model="queryForm.sqrmc" clearable class="width100"> | 57 | <el-input placeholder="如需要模糊查询,前后输入%" v-model="queryForm.sqrmc" clearable class="width100"> |
58 | </el-input> | 58 | </el-input> |
59 | </el-form-item> | 59 | </el-form-item> |
60 | </el-col> | 60 | </el-col> |
61 | <el-col :span="5"> | 61 | <el-col :span="5"> |
62 | <el-form-item label="申请人证件号"> | 62 | <el-form-item label="申请人证件号"> |
63 | <el-input placeholder="如需要模糊查询,前后输入%" v-model="queryForm.sqrzjhm" clearable class="width100"> | 63 | <el-input placeholder="如需要模糊查询,前后输入%" v-model="queryForm.sqrzjhm" clearable class="width100"> |
64 | </el-input> | 64 | </el-input> |
65 | </el-form-item> | 65 | </el-form-item> |
66 | </el-col> | 66 | </el-col> |
67 | <el-col :span="5"> | 67 | <el-col :span="5"> |
68 | <el-form-item label="坐落"> | 68 | <el-form-item label="坐落"> |
69 | <el-input placeholder="如需要模糊查询,前后输入%" v-model="queryForm.zl" clearable class="width100"> | 69 | <el-input placeholder="如需要模糊查询,前后输入%" v-model="queryForm.zl" clearable class="width100"> |
70 | </el-input> | 70 | </el-input> |
... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
86 | </div> | 86 | </div> |
87 | <div class="from-clues-content"> | 87 | <div class="from-clues-content"> |
88 | <lb-table :page-size="pageData.size" class="loadingtext" @sort-change="handleSort" | 88 | <lb-table :page-size="pageData.size" class="loadingtext" @sort-change="handleSort" |
89 | :current-page.sync="pageData.currentPage" :heightNum="295" :total="tableData.total" | 89 | :current-page.sync="pageData.currentPage" :heightNum="335" :total="tableData.total" |
90 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 90 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
91 | :data="tableData.data"> | 91 | :data="tableData.data"> |
92 | </lb-table> | 92 | </lb-table> | ... | ... |
-
Please register or sign in to post a comment