From 3f30c9c017f364dacdea6128a73e04eef362fa5c Mon Sep 17 00:00:00 2001 From: yuming Date: Tue, 2 Jun 2026 12:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20person-detail=20=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=96=87=E5=AD=97=E6=9C=AA=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原因:微信 - + 编辑 + 删除 @@ -21,7 +21,7 @@ 纪念日列表 ({{anniversaries.length}}) - + + 添加纪念日 @@ -54,8 +54,8 @@ {{item.remark}} - - + 编辑 + 删除 diff --git a/pages/person-detail/person-detail.wxss b/pages/person-detail/person-detail.wxss index 3831dfe..06f299a 100644 --- a/pages/person-detail/person-detail.wxss +++ b/pages/person-detail/person-detail.wxss @@ -68,7 +68,9 @@ .action-btn { flex: 1; height: 72rpx; - line-height: 72rpx; + display: flex; + align-items: center; + justify-content: center; border-radius: 12rpx; font-size: 26rpx; font-weight: 500; @@ -122,8 +124,11 @@ color: #FAF6ED; border-radius: 36rpx; font-size: 22rpx; - border: none; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + line-height: 1.4; } .add-btn::after { @@ -258,7 +263,9 @@ .delete-btn { flex: 1; height: 60rpx; - line-height: 60rpx; + display: flex; + align-items: center; + justify-content: center; border-radius: 10rpx; font-size: 22rpx; border: 1rpx solid #E8E2D5;