From 45fb4b11ad51bb38306765b11a6747402e382cee Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 20 Feb 2021 17:37:33 +0800
Subject: [PATCH] fix

---
 hive-app/pages/workbench/productDetail/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/hive-app/pages/workbench/productDetail/index.vue b/hive-app/pages/workbench/productDetail/index.vue
index 2b40ade..0c2fadd 100644
--- a/hive-app/pages/workbench/productDetail/index.vue
+++ b/hive-app/pages/workbench/productDetail/index.vue
@@ -1,9 +1,6 @@
 <template>
 	<!-- 商品详情 -->
 	<view>
-		<!-- #ifndef H5 -->
-		<view class="status_bar"></view>
-		<!-- #endif -->
 		<navigator open-type="navigateBack" hover-class="none">
 			<view class="back iconfont iconzuojiantou"></view>
 		</navigator>
@@ -119,7 +116,7 @@
 	}
 	.back{
 		position: absolute;
-		top: 10px;
+		top: var(--status-bar-height);
 		left: 10px;
 		z-index: 9;
 		font-size: 28px;

--
Gitblit v1.9.1