From a1fd60420d29b8eae2f7ed019994bb9374783812 Mon Sep 17 00:00:00 2001 From: hejin Date: Tue, 15 Jul 2025 22:54:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E4=BA=A7=E5=93=81=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E6=8E=A5=E5=8F=A3=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/common.scss | 1 + components/aside-tree.vue | 43 +++++++++++++++++++++++++++++++---- components/seo-pagination.vue | 4 ++-- pages/products.vue | 7 +++++- pages/products/index.vue | 38 ++++++++++++++++++++++++++----- 5 files changed, 79 insertions(+), 14 deletions(-) diff --git a/assets/css/common.scss b/assets/css/common.scss index a00ee55..b3ba3ff 100644 --- a/assets/css/common.scss +++ b/assets/css/common.scss @@ -4,6 +4,7 @@ .img_reset { width: 100%; height: 100%; + object-fit: cover; } .box_shadow { transition: all 0.3s linear; diff --git a/components/aside-tree.vue b/components/aside-tree.vue index 1f998a2..84a43cc 100644 --- a/components/aside-tree.vue +++ b/components/aside-tree.vue @@ -1,15 +1,22 @@