2171e58a by 任超

style:样式调整

1 parent 3e57a29d
......@@ -22,8 +22,7 @@ export default {
overflow-x: auto;
padding: 5px;
box-sizing: border-box;
// background-color: #EDF1F7;
background-color: #fff;
background-color: #EDF1F7;
box-sizing: border-box;
}
......
......@@ -100,3 +100,9 @@
font-weight: 500;
color: #4a4a4a;
}
// 搜索框按钮的位置
.btnColRight {
box-sizing: border-box;
text-align: right;
}
\ No newline at end of file
......
......@@ -31,7 +31,7 @@
<el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input>
</el-form-item>
</el-col>
<el-col :span="4" class="from-clues-search-button">
<el-col :span="4" class="btnColRight">
<el-button type="primary" @click="handleSubmit">查询结果</el-button>
</el-col>
</el-row>
......@@ -187,3 +187,6 @@ export default {
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
</style>
\ No newline at end of file
......