From 083f8dc7a25abdad39e32c503b920a1ea76fa819 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 1 Apr 2025 11:12:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor(market):=20=E4=BC=98=E5=8C=96=E7=BA=BF?= =?UTF-8?q?=E7=B4=A2=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -调整了卡片组件的样式和布局 - 优化了代码格式,提高了代码可读性- 统一了样式单位,使用 rpx 替代 px- 移除了冗余的空行和不必要的换行符 --- pages/market/clue/index.vue | 756 +++++++++++++++++++----------------- 1 file changed, 393 insertions(+), 363 deletions(-) diff --git a/pages/market/clue/index.vue b/pages/market/clue/index.vue index bca3fa9..ae994a6 100644 --- a/pages/market/clue/index.vue +++ b/pages/market/clue/index.vue @@ -1,370 +1,400 @@