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;