Commit bb2b7287 authored by Mac's avatar Mac

1

parent 1eb2dead
<template> <template>
<scroll-view :scroll-y="true" @scroll="scrollHandler" @scrolltoupper="scrollTopHandler" style="height: 100vh;"> <scroll-view :scroll-y="true" @scroll="scrollHandler" @scrolltoupper="scrollTopHandler" style="width: 100%;height: 100vh;background: #f3f4f6;">
<view class="userStyle" style="height: 100%;" v-if="meueData.user_center && meueData.user_center.is_ppenmiai==0" :class="{'dark':isCompany}"><!-- 修改 --> <view class="userStyle" v-if="meueData.user_center && meueData.user_center.is_ppenmiai==0" :class="{'dark':isCompany}"><!-- 修改 -->
<view class="headStatus" v-if="scrollTop > 50" :style="[headStyle, <view class="headStatus" v-if="scrollTop > 50" :style="[headStyle,
{ {
zIndex: scrollTop < 10 ? 'unset' : 2, zIndex: scrollTop < 10 ? 'unset' : 2,
...@@ -596,6 +596,9 @@ ...@@ -596,6 +596,9 @@
background: #f3f4f6; background: #f3f4f6;
height: 100%; height: 100%;
} }
.userStyle .inner-container::-webkit-scrollbar {
display: none;
}
.userStyle .imgbg { .userStyle .imgbg {
width: 100%; width: 100%;
......
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