@ -267,13 +267,13 @@
// margin-left: 0;
// }
> span {
.housename {
margin-top: 70px;
font-size: 24px;
font-family: PingFang SC;
font-weight: 500;
color: #ffffff;
line-height: 18px;
line-height: 190px;
// line-height: 180px;
}
.icon_party {
@ -156,7 +156,7 @@ export default {
return {
loading: false,
total: 0,
pageSize: 10,
pageSize: 20,
pageNo: 0,
tableLoading: true,
@ -157,7 +157,7 @@ export default {
@ -167,7 +167,7 @@ export default {
@ -29,7 +29,7 @@
:key="index"
:class="['item',{'item_sel':selHouseIndex==index}]"
@click="handleClickRoom(index)">
<span>{{item.houseName}}</span>
<div class="housename">{{item.houseName}}</div>
<div class="icon_party">
<img :src="item.partyUrl"