From b7a3eb39ef4952d81de94a91a76c33a33d282ed8 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 8 Nov 2025 13:37:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=9B=B8=E5=85=B3=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SwipeCards/index.vue | 178 +++----------------- src/components/SwipeCards/styles/index.scss | 43 +++++ src/static/scss/box-sizing.scss | 3 + src/static/scss/index.scss | 1 + src/static/scss/position.scss | 12 ++ 5 files changed, 87 insertions(+), 150 deletions(-) create mode 100644 src/components/SwipeCards/styles/index.scss create mode 100644 src/static/scss/box-sizing.scss diff --git a/src/components/SwipeCards/index.vue b/src/components/SwipeCards/index.vue index 0d604af..5647b63 100644 --- a/src/components/SwipeCards/index.vue +++ b/src/components/SwipeCards/index.vue @@ -1,7 +1,7 @@