diff --git a/src/assets/scss/modules/management/list-main.scss b/src/assets/scss/modules/management/list-main.scss index 3aa73bc79..1d819783f 100644 --- a/src/assets/scss/modules/management/list-main.scss +++ b/src/assets/scss/modules/management/list-main.scss @@ -44,10 +44,14 @@ .item_width_normal{ width: 168px; } - //查询栏---日期、时间范围的宽度 + //查询栏---分开的日期、时间范围的宽度 .item_width_daterange{ width: 206px; } + //查询栏---合并的日期、时间范围的宽度 + .item_width_daterange2{ + width: 455px; + } //查询栏---小区、楼、单元、楼号,级联长度 .item_width_communitycascader{ width: 141px; diff --git a/src/views/components/rangeInput.vue b/src/views/components/rangeInput.vue index c735fee74..a7cad965e 100644 --- a/src/views/components/rangeInput.vue +++ b/src/views/components/rangeInput.vue @@ -106,9 +106,9 @@ export default { max-width: 200px; height: 37px; } -// .wd50 { -// // width: 45%; -// } +.wd50 { + width: 79px; +} .demo-form-inline { ::v-deep { .el-form-item { @@ -127,8 +127,8 @@ export default { } .div_middle { - padding: 0 10px; + padding: 0 3px; position: relative; - bottom: 10px; + bottom: 10px; } diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 1c57adea6..86fd701ff 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -3,170 +3,170 @@
- - -
-
{{ n.label }}:
-
- - - - - - - - - - - -
-
+ + + + + + + + + + +
- - + + - -
-
- - - - - - - - - - - - - - - - -
-
+ + + + + + + + + + + + + + + + + + +
@@ -191,19 +191,25 @@ class="resi-search"> - 查询 + 智能查询 重置 - 智能查询 - {{boxHeight?'收起':'展开'}} + @click="handleSearch">查询 + + {{boxHeight?'收起':'展开'}} + @@ -288,7 +294,7 @@ export default { } return { - boxHeight:false, + boxHeight: false, pageLoading: false, openSearch: false, optionsV: [], @@ -814,7 +820,7 @@ export default {