From ef41da80ff80f712dd5151fdb77e49bcb1706109 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 17 Dec 2025 10:51:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=BB=91=E5=8A=A8=E5=88=A0=E9=99=A4=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96=E6=89=B9=E9=87=8F=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/history/index.vue | 197 +++++++++++++++++++++++++++++------ 1 file changed, 163 insertions(+), 34 deletions(-) diff --git a/pages/home/history/index.vue b/pages/home/history/index.vue index 2ac5be3..f60bc6f 100644 --- a/pages/home/history/index.vue +++ b/pages/home/history/index.vue @@ -51,40 +51,69 @@ > {{ group.id }} - - - - + + - - - + - - - - - + + + + + + + + + + + + + + + {{ item.title }} + + + - {{ item.title }} - - - + + @@ -111,10 +140,12 @@ @@ -520,6 +628,19 @@ export default { } .history-list { + .right-btn-box { + width: 160rpx; + color: #ffffff; + background-color: #ff4757; + display: flex; + flex-direction: column; + gap: 10rpx; + align-items: center; + justify-content: center; + border-radius: 0 16rpx 16rpx 0; + border-left: 1px solid #fff; + } + .date-group { margin-bottom: 32rpx; } @@ -534,7 +655,15 @@ export default { .history-item { display: flex; align-items: flex-start; - padding: 24rpx 0; + padding: 24rpx; + background-color: #ffffff; + border-radius: 16rpx; + transition: border-radius 0.3s; + + &.no-right-radius { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } .item-checkbox { margin-right: 24rpx;