2171e58a by 任超

style:样式调整

1 parent 3e57a29d
...@@ -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 }
......
...@@ -100,3 +100,9 @@ ...@@ -100,3 +100,9 @@
100 font-weight: 500; 100 font-weight: 500;
101 color: #4a4a4a; 101 color: #4a4a4a;
102 } 102 }
103
104 // 搜索框按钮的位置
105 .btnColRight {
106 box-sizing: border-box;
107 text-align: right;
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>
...@@ -187,3 +187,6 @@ export default { ...@@ -187,3 +187,6 @@ export default {
187 } 187 }
188 } 188 }
189 </script> 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
......