From 9dd3f7e05b083da86bac9e08cad237e8a7d9206c Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 04:01:34 +0800 Subject: [PATCH] style: reduce user list row height --- uniapp/src/pages/user/user.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uniapp/src/pages/user/user.vue b/uniapp/src/pages/user/user.vue index 51c271fe..1699aa03 100644 --- a/uniapp/src/pages/user/user.vue +++ b/uniapp/src/pages/user/user.vue @@ -549,11 +549,13 @@ const handleMenuTap = (item: any) => { display: flex; flex-direction: column; gap: 4rpx; + justify-content: space-between; overflow: hidden; &__item { - flex: 1; - min-height: 48rpx; + flex: 0 0 44rpx; + height: 44rpx; + min-height: 44rpx; display: flex; align-items: center; padding: 0 8rpx;