fix: new index

This commit is contained in:
zzc
2026-02-26 09:30:53 +08:00
parent d974987cff
commit 18909f7ce2

View File

@@ -1,12 +1,10 @@
<template>
<view
class="home-container"
:style="{
paddingTop: statusBarHeight + 12 + 'px',
}"
:style="{ paddingTop: statusBarHeight + 64 + 'px' }"
>
<!-- 顶部用户信息栏 -->
<view class="header-section">
<view class="header-section" :style="{ top: statusBarHeight + 4 + 'px' }">
<view class="user-info">
<image
class="user-avatar"
@@ -360,6 +358,10 @@ onShareTimeline(() => {
/* 顶部用户信息 */
.header-section {
position: fixed;
left: 32rpx;
right: 32rpx;
z-index: 999;
display: flex;
justify-content: space-between;
align-items: center;