mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化物业费显示问题
This commit is contained in:
parent
973514d106
commit
68434074d8
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="header_fixed block__title">
|
||||
<view class="header_fixed">
|
||||
<scroll-view v-if="rooms.length <5 && rooms.length >1" class="bg-white nav">
|
||||
<view class="flex text-center">
|
||||
<view class="cu-item flex-sub" :class="item.roomId==curRoom.roomId?'text-green cur':''" v-for="(item,index) in rooms"
|
||||
@ -183,7 +183,7 @@
|
||||
/* #ifdef H5 */
|
||||
.header_fixed {
|
||||
position: fixed;
|
||||
top: 0upx;
|
||||
top: 80upx;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user