顶部安全区适配

parent 22a33146
<template>
<Header :show="false" backgroundBox="white">
<van-nav-bar title="用户中心" :left-arrow="true" border fixed placeholder safe-area-inset-top
<van-nav-bar title="用户中心" :left-arrow="true" border fixed placeholder
@click-left="back" />
</Header>
<div class="container">
......
<template>
<!-- <Header :show="false" backgroundBox="white">
<van-nav-bar title="图组" :left-arrow="true" fixed placeholder safe-area-inset-top @click-left="router.go(-1)" />
</Header> -->
<Header :show="false" backgroundBox="white">
<van-nav-bar title="图组" :left-arrow="true" fixed placeholder @click-left="router.go(-1)" />
</Header>
<div class="container">
<div class="steps-placeholder" :style="{ height: `${stepsRef?.offsetHeight}px` }">
<div ref="stepsRef" class="steps-container">
......
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