style:样式调整
Showing
3 changed files
with
12 additions
and
4 deletions
| ... | @@ -22,8 +22,7 @@ export default { | ... | @@ -22,8 +22,7 @@ export default { |
| 22 | overflow-x: auto; | 22 | overflow-x: auto; |
| 23 | padding: 5px; | 23 | padding: 5px; |
| 24 | box-sizing: border-box; | 24 | box-sizing: border-box; |
| 25 | // background-color: #EDF1F7; | 25 | background-color: #EDF1F7; |
| 26 | background-color: #fff; | ||
| 27 | box-sizing: border-box; | 26 | box-sizing: border-box; |
| 28 | 27 | ||
| 29 | } | 28 | } | ... | ... |
| ... | @@ -99,4 +99,10 @@ | ... | @@ -99,4 +99,10 @@ |
| 99 | font-size: 16px; | 99 | font-size: 16px; |
| 100 | font-weight: 500; | 100 | font-weight: 500; |
| 101 | color: #4a4a4a; | 101 | color: #4a4a4a; |
| 102 | } | ||
| 103 | |||
| 104 | // 搜索框按钮的位置 | ||
| 105 | .btnColRight { | ||
| 106 | box-sizing: border-box; | ||
| 107 | text-align: right; | ||
| 102 | } | 108 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="4" class="from-clues-search-button"> | 34 | <el-col :span="4" class="btnColRight"> |
| 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | </el-row> | 37 | </el-row> |
| ... | @@ -186,4 +186,7 @@ export default { | ... | @@ -186,4 +186,7 @@ export default { |
| 186 | }, | 186 | }, |
| 187 | } | 187 | } |
| 188 | } | 188 | } |
| 189 | </script> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 189 | </script> | ||
| 190 | <style scoped lang="scss"> | ||
| 191 | @import "~@/styles/public.scss"; | ||
| 192 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment