Browse Source

房屋分页问题

shibei_master
jiangyy 4 years ago
parent
commit
d2a4c4edbe
  1. 6
      src/assets/scss/modules/visual/basicInfoMain.scss
  2. 2
      src/views/modules/base/community/buildTable.vue
  3. 2
      src/views/modules/base/community/communityTable.vue
  4. 2
      src/views/modules/base/community/roomTable.vue
  5. 2
      src/views/modules/visual/basicinfo/basicInfoCommunity.vue

6
src/assets/scss/modules/visual/basicInfoMain.scss

@ -267,13 +267,13 @@
// margin-left: 0; // margin-left: 0;
// } // }
> span { .housename {
margin-top: 70px;
font-size: 24px; font-size: 24px;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
line-height: 18px; // line-height: 180px;
line-height: 190px;
} }
.icon_party { .icon_party {

2
src/views/modules/base/community/buildTable.vue

@ -156,7 +156,7 @@ export default {
return { return {
loading: false, loading: false,
total: 0, total: 0,
pageSize: 10, pageSize: 20,
pageNo: 0, pageNo: 0,
tableLoading: true, tableLoading: true,

2
src/views/modules/base/community/communityTable.vue

@ -157,7 +157,7 @@ export default {
return { return {
loading: false, loading: false,
total: 0, total: 0,
pageSize: 10, pageSize: 20,
pageNo: 0, pageNo: 0,
tableLoading: true, tableLoading: true,

2
src/views/modules/base/community/roomTable.vue

@ -167,7 +167,7 @@ export default {
return { return {
loading: false, loading: false,
total: 0, total: 0,
pageSize: 10, pageSize: 20,
pageNo: 0, pageNo: 0,
tableLoading: true, tableLoading: true,

2
src/views/modules/visual/basicinfo/basicInfoCommunity.vue

@ -29,7 +29,7 @@
:key="index" :key="index"
:class="['item',{'item_sel':selHouseIndex==index}]" :class="['item',{'item_sel':selHouseIndex==index}]"
@click="handleClickRoom(index)"> @click="handleClickRoom(index)">
<span>{{item.houseName}}</span> <div class="housename">{{item.houseName}}</div>
<div class="icon_party"> <div class="icon_party">
<img :src="item.partyUrl" <img :src="item.partyUrl"

Loading…
Cancel
Save