From 553453cf438fbc307729093def77f979db564c1f Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Wed, 2 Sep 2026 14:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89=E8=BF=94=E5=9B=9E=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/products/components/FilterDrawer.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pages/products/components/FilterDrawer.vue b/pages/products/components/FilterDrawer.vue index af686de..4c66282 100644 --- a/pages/products/components/FilterDrawer.vue +++ b/pages/products/components/FilterDrawer.vue @@ -8,6 +8,9 @@ > + + + 筛选条件 @@ -229,6 +232,21 @@ export default { padding: 32rpx; border-bottom: 2rpx solid #f5f5f5; } +.filter-drawer-back { + width: 48rpx; + height: 48rpx; + display: flex; + align-items: center; + justify-content: center; +} +/* CSS 绘制的返回箭头(小于号) */ +.back-arrow { + width: 20rpx; + height: 20rpx; + border-left: 4rpx solid #1a1a1a; + border-bottom: 4rpx solid #1a1a1a; + transform: rotate(45deg); +} .filter-drawer-title { font-size: 32rpx; font-weight: 600;