许宏杰 1 year ago
parent 963b118fcc
commit 97ba3541e3

@ -595,7 +595,7 @@ img {
} }
} }
.row-cell { .row-cell {
padding-left: 0.43rem; padding-left: 0.4rem;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
.cell-box { .cell-box {

@ -145,7 +145,7 @@ div {
background-size: 100% 100%; background-size: 100% 100%;
} }
/deep/ .van-list { /deep/ .van-list {
height: calc(100% - 1rem); height: calc(100% - 1.5rem);
overflow-y: auto; overflow-y: auto;
border-radius: 16px; border-radius: 16px;
} }

@ -107,7 +107,7 @@
</div> </div>
</div> </div>
</div> </div>
<div id="page" v-if="active == 1"> <div id="statistical" v-if="active == 1">
<statistical <statistical
:dataList="dataList" :dataList="dataList"
:parkOrgId="dataList.parkOrgId" :parkOrgId="dataList.parkOrgId"

Loading…
Cancel
Save