提交 2f7f2fc2 编写于 作者: “grape”'s avatar “grape”

修改个人页面滚动

上级 6dd1d3e8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- <div> --> <!-- <div> -->
<div class="d-tattle" > <div class="d-tattle" >
<!-- <scroller-view v-calculate-height :height="10000" > --> <!-- <scroller-view v-calculate-height :height="10000" > -->
<div style="overflow-y: scroll; height:45vh;"> <div style=" height:420px;">
<div style=" padding-bottom: 150px;"> <div style=" padding-bottom: 150px;">
<div class="litterParam" v-for="(item, index) in litterParam" :key="index" > <div class="litterParam" v-for="(item, index) in litterParam" :key="index" >
<van-row class="vanrow" @click="litterParamClick(item)"> <van-row class="vanrow" @click="litterParamClick(item)">
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
--> -->
<template> <template>
<div class="d-page d-flex flex-column" style=" background-color: #ebedf0"> <div class="d-page d-flex flex-column" style=" background-color: #ebedf0; overflow-y: scroll;">
<div class="rarl"> <div class="rarl">
<person-bar :title="tatleName" :param="param" :login="true" style="width:100%; height: calc(100vh - 62vh);"> <person-bar :title="tatleName" :param="param" :login="true" style="width:100%; height: 255px">
</person-bar> </person-bar>
</div> </div>
<div style="margin-top: 160px; position: absolute; width: 100%"> <div style="margin-top: 160px; position: absolute; width: 100%">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册