fix: new index
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user