From 90eea87b7ecb72dca419c28580740ab016f96625 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 17 Dec 2025 11:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppMain.vue | 3 ++- src/views/cart/index.vue | 6 +++--- src/views/order/index.vue | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/AppMain.vue b/src/views/AppMain.vue index 8aa9b16..9bbaf63 100644 --- a/src/views/AppMain.vue +++ b/src/views/AppMain.vue @@ -27,7 +27,8 @@ onMounted(() => {}) // height: 1080px; } .container { - width: 1552px; + /* width: 1552px; */ + width: 98%; background-color: pink; margin: 0 auto; background: #ffffff; diff --git a/src/views/cart/index.vue b/src/views/cart/index.vue index 3bbfcc5..932f7d6 100644 --- a/src/views/cart/index.vue +++ b/src/views/cart/index.vue @@ -1128,14 +1128,14 @@ isShowPriceFun()