BUG 31017
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="list">
|
||||
<div class="buildingList">
|
||||
<AiTopFixed>
|
||||
<u-search placeholder="小区名称" :show-action="false" v-model="title" @search="current=1,getList()"/>
|
||||
</AiTopFixed>
|
||||
@@ -27,7 +27,7 @@
|
||||
import {mapState} from 'vuex'
|
||||
|
||||
export default {
|
||||
|
||||
name: "buildingList",
|
||||
data() {
|
||||
return {
|
||||
title: '',
|
||||
@@ -97,8 +97,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.list {
|
||||
.buildingList {
|
||||
padding-bottom: 20px;
|
||||
|
||||
.list-content {
|
||||
padding: 32px 32px 0;
|
||||
background-color: #F5F5F5;
|
||||
|
||||
Reference in New Issue
Block a user