From 8899c7e1b76603d014242dd6aa1990296ed51dba Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 24 Dec 2024 21:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=AF=A6=E6=83=85=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 6 +- components/realstore-cart/realstore-cart.vue | 189 ++++++++++--------- pages/plugins/realstore/detail/detail.css | 2 +- pages/plugins/realstore/detail/detail.vue | 18 +- 4 files changed, 112 insertions(+), 103 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 3cc4db3e..36d63efe 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -33,7 +33,8 @@ iframe, .pa-w, .plugins-realstore-cart-content, .tabs-content, -.header-around { +.header-around, +.plugins-realstore-detail-base-mode-nav { max-width: 1600rpx !important; margin: 0 auto !important; } @@ -46,7 +47,8 @@ iframe, .nav-more-view, .quick-movable-container, .online-service-movable-container, -.plugins-realstore-cart-content { +.plugins-realstore-cart-content, +.plugins-realstore-detail-base-mode-nav { left: auto !important; } iframe, diff --git a/components/realstore-cart/realstore-cart.vue b/components/realstore-cart/realstore-cart.vue index a6e30804..c4fe3c88 100644 --- a/components/realstore-cart/realstore-cart.vue +++ b/components/realstore-cart/realstore-cart.vue @@ -1,6 +1,6 @@