From 62f822c0299f16cb8744c8ebfd9aec65a455382e Mon Sep 17 00:00:00 2001 From: zyronon Date: Wed, 15 Feb 2023 02:09:26 +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/pages/slideHooks/Shop.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/slideHooks/Shop.vue b/src/pages/slideHooks/Shop.vue index 94f78db..3933a92 100644 --- a/src/pages/slideHooks/Shop.vue +++ b/src/pages/slideHooks/Shop.vue @@ -181,15 +181,17 @@ onMounted(() => { height: calc(100vh - @header-height - @footer-height) !important; } - .goods-list { + @p: 5rem; + .goods-list { + padding: @p; + background: white; } - .goods { - width: 50%; - padding: 10rem; + width: calc(50% - @p); box-sizing: border-box; + padding: 5rem; .card { border-radius: 8rem;