style: add gray borders to user cards

This commit is contained in:
hajimi
2026-08-03 03:52:55 +08:00
parent 4198e63118
commit 9aa7310228
+2
View File
@@ -416,7 +416,9 @@ const handleMenuTap = (item: any) => {
margin-bottom: 12rpx;
padding: 14rpx 10rpx 10rpx;
border-radius: 16rpx;
border: 1rpx solid #e5e7eb;
background: #fff;
box-sizing: border-box;
box-shadow: 0 8rpx 28rpx rgba(23, 40, 75, 0.04);
display: flex;
flex-direction: column;