feat: 增加pdf状态下的头部样式
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<view style="overflow-x: hidden; font-size: 0">
|
||||
|
||||
<!-- <Custom-Header></Custom-Header> -->
|
||||
<Custom-Header :userFaceInfo="collect" v-if="isInPptr" />
|
||||
|
||||
|
||||
<img
|
||||
<!-- <img
|
||||
v-if="isInPptr"
|
||||
src="/static/header.png"
|
||||
style="width: 100%; display: block; margin-bottom: -600rpx"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<view id="headerBox">
|
||||
<view id="headerBox" v-if="!isInPptr">
|
||||
<!-- <Header v-if="!!userFaceInfo" :userFaceInfo="userFaceInfo" /> -->
|
||||
<Header v-if="collect" :userFaceInfo="collect" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user