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 @@