Commit 5dc00912 authored by Mac's avatar Mac

1

parent 70852153
......@@ -261,7 +261,7 @@
that.topHeight = 510
}
if(res.safeAreaInsets.top==44){
that.topHeight = 530
that.topHeight = 540
}
}
......@@ -447,6 +447,7 @@
<style>
.shareindexStyle {
background: #f3f4f6;
height: 100vh;
}
image {
......
<template>
<view class="userStyle" >
<view class="userStyle" style="height: 100vh;">
<view class="headStatus" v-if="scrollTop > 50" :style="[headStyle,
{
zIndex: scrollTop < 10 ? 'unset' : 2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment