From cac6e4dfffea2025e4a15e19e6bf2cc1b9be0535 Mon Sep 17 00:00:00 2001 From: claw_bot Date: Thu, 12 Mar 2026 12:43:12 +0000 Subject: [PATCH] =?UTF-8?q?feat(P3):=20=E6=9B=BF=E6=8D=A2=E6=8C=81?= =?UTF-8?q?=E4=BB=93/=E7=AD=96=E7=95=A5=E5=8D=A1=E7=89=87=E4=B8=BAu-card?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=89=8B=E5=86=99?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/detail.vue | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index 49daac1..7f5a583 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -47,7 +47,12 @@ - + {{ portfolioData.logicModel?.charAt(0) || 'S' }} @@ -66,7 +71,7 @@ {{ portfolioData.logicModelStatus || '监控中' }} - + @@ -76,7 +81,13 @@ - + @@ -116,7 +127,7 @@ - + @@ -646,14 +657,11 @@ const deletePortfolio = async () => { /* 策略信息卡片 */ .strategy-info-card { - background-color: #FFFFFF; border-radius: 24rpx; padding: 24rpx; - border: 1rpx solid #F3F4F6; display: flex; justify-content: space-between; align-items: center; - box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.02); } .st-left { display: flex; align-items: center; gap: 20rpx; } .st-icon-box { @@ -687,12 +695,9 @@ const deletePortfolio = async () => { /* 持仓卡片 */ .position-card { - background-color: #fff; border-radius: 24rpx; padding: 32rpx; margin-bottom: 24rpx; - box-shadow: 0 4rpx 12rpx rgba(0,0,0,0.02); - border: 1rpx solid #F3F4F6; } .stock-icon { width: 80rpx; height: 80rpx; border-radius: 20rpx; display: flex; align-items: center; justify-content: center; } .icon-char { font-size: 32rpx; font-weight: 800; }