master
wangxia 2 months ago
parent 8b4145a8b3
commit 9dd3e1be19

@ -31,7 +31,7 @@
<!-- <view class="g_h_10 g_bg_f_5"></view> --> <!-- <view class="g_h_10 g_bg_f_5"></view> -->
</view> </view>
<view style="width: 100vw" class="g_border_e_b" v-if="isLogin"> <view style="width: 100vw" class="g_border_e_b" v-if="isLogin">
<g-tabs :list="menuList" item-width="126" v-model="menuActive" :noScroll="false" active-color="#00b666" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" itemWidth="auto" height="84"></g-tabs> <g-tabs :list="menuList" item-width="126" :current="menuActive" :noScroll="false" active-color="#00b666" bar-width="60" bar-height="6" font-size="32" @change="handleUpdateMenu" :gutter="22" duration="0.1" itemWidth="auto" height="84"></g-tabs>
</view> </view>
</view> </view>
<!-- 面板 --> <!-- 面板 -->

@ -114,7 +114,7 @@
</div> </div>
</view> </view>
<div class="g_bg_f sticky" :style="{ top: stickyHeight + 'px' }" v-if="info.recordStatus == 1 || info.recordStatus == 2"> <div class="g_bg_f sticky" :style="{ top: stickyHeight + 'px' }" v-if="info.recordStatus == 1 || info.recordStatus == 2">
<g-tabs bg-color="transparent" from="index" gutter="20" :list="tabInfo.list" :is-scroll="true" v-model="tabInfo.active" active-color="#000" bar-width="64" bar-height="6" @change="handleUpdateTab" font-size="32" duration="0.05" height="56"></g-tabs> <g-tabs bg-color="transparent" from="index" gutter="20" :list="tabInfo.list" :is-scroll="true" :current="tabInfo.active" active-color="#000" bar-width="64" bar-height="6" @change="handleUpdateTab" font-size="32" duration="0.05" height="56"></g-tabs>
</div> </div>
<!-- 基本信息 --> <!-- 基本信息 -->

@ -1,7 +1,7 @@
<template> <template>
<view class="p-person-info g_w_all g_h_all g_bg_f_5 g_kuaishou"> <view class="p-person-info g_w_all g_h_all g_bg_f_5 g_kuaishou">
<view class="g_bg_f sticky" :style="{ boxShadow: '0px 4px 4px 0px rgba(218, 218, 218, 0.5)' }"> <view class="g_bg_f sticky" :style="{ boxShadow: '0px 4px 4px 0px rgba(218, 218, 218, 0.5)' }">
<g-tabs bg-color="transparent" from="index" :list="menuList" :is-scroll="false" v-model="menuActive" bar-width="64" bar-height="6" @change="handleUpdateMenu" font-size="32" duration="0.05" height="76"></g-tabs> <g-tabs bg-color="transparent" from="index" :list="menuList" :is-scroll="false" :current="menuActive" bar-width="64" bar-height="6" @change="handleUpdateMenu" font-size="32" duration="0.05" height="76"></g-tabs>
</view> </view>
<scroll-view class="" :scroll-y="true" style="height: calc(100vh - 38px)"> <scroll-view class="" :scroll-y="true" style="height: calc(100vh - 38px)">
<view class="g_h_10"> </view> <view class="g_h_10"> </view>

Loading…
Cancel
Save