From b83ba3cc4687f21d744e9866e10e30e91229e8a4 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 28 Jan 2021 16:23:30 +0800 Subject: [PATCH] gx --- 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