From 1be5c9156eae86dd81783dba40e4411a3cdd852e Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 13 Oct 2023 19:11:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B5=8B=E8=AF=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 2 -- components/nav-back/nav-back.vue | 4 ++-- pages/plugins/realstore/detail/detail.css | 5 ----- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index a568a5cd..c17ca255 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -1597,8 +1597,6 @@ button[disabled].bg-grey { */ .top-search-width { width: calc(100% - 250rpx) !important; - position: relative; - top: -4rpx; } /** diff --git a/components/nav-back/nav-back.vue b/components/nav-back/nav-back.vue index 9a1f7a25..6a821299 100644 --- a/components/nav-back/nav-back.vue +++ b/components/nav-back/nav-back.vue @@ -3,9 +3,9 @@ - + {{ propName }} - + diff --git a/pages/plugins/realstore/detail/detail.css b/pages/plugins/realstore/detail/detail.css index ca133d65..56e2aa75 100644 --- a/pages/plugins/realstore/detail/detail.css +++ b/pages/plugins/realstore/detail/detail.css @@ -16,11 +16,6 @@ page { padding-bottom: 10px; } -.nav-back { - height: 64rpx; - line-height: 64rpx; -} - .nav-search { width: 100%; }