提交 2e757eda 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 d5a5ab3d
$borderBottomStyle: 1px solid #efefef; $borderBottomStyle: 1px solid #efefef;
$picaGreen: #449284; //主色调 $picaGreen: #449284; //主色调
$searchDiv: 160px;
/*列表页布局*/ /*列表页布局*/
.f-main-content { .f-main-content {
...@@ -17,12 +19,6 @@ $picaGreen: #449284; //主色调 ...@@ -17,12 +19,6 @@ $picaGreen: #449284; //主色调
justify-content: space-between; justify-content: space-between;
padding: 30px 0 10px 0; padding: 30px 0 10px 0;
border-bottom: $borderBottomStyle; border-bottom: $borderBottomStyle;
.search-input {
max-width: $inputDiv; // 根据自己页面设置
.el-input {
width: $input; // 根据自己页面设置
}
}
.search-btn { .search-btn {
min-width: $searchDiv; // 根据自己页面设置 min-width: $searchDiv; // 根据自己页面设置
...@@ -38,3 +34,8 @@ $picaGreen: #449284; //主色调 ...@@ -38,3 +34,8 @@ $picaGreen: #449284; //主色调
} }
} }
/*详情页布局*/
.f-detail-content {
background: #ffffff;
padding: 30px;
}
<template> <template>
<div class="resident-detail"> <div class="resident-detail">
居民详情页 <div class="f-detail-content screenSet">
dcsdf
</div>
</div> </div>
</template> </template>
...@@ -10,6 +12,7 @@ ...@@ -10,6 +12,7 @@
} }
</script> </script>
<style scoped> <style lang="scss" scoped>
@import '../../../style/followup/followup-common';
@import '../../../style/followup/element-reset.css';
</style> </style>
...@@ -168,9 +168,7 @@ ...@@ -168,9 +168,7 @@
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
$inputDiv: 650px; //查询输入框容器宽度
$input: 205px; //查询输入框input宽度
$searchDiv: 160px; //查询按钮容器宽度
@import '../../../style/followup/followup-common'; @import '../../../style/followup/followup-common';
@import '../../../style/followup/element-reset.css'; @import '../../../style/followup/element-reset.css';
......
...@@ -164,9 +164,7 @@ ...@@ -164,9 +164,7 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
$inputDiv: 0;
$input: 205px;
$searchDiv: 160px;
@import '../../../style/followup/followup-common'; @import '../../../style/followup/followup-common';
@import '../../../style/followup/element-reset.css'; @import '../../../style/followup/element-reset.css';
.record-list-wrapper{ .record-list-wrapper{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册