From 8f1a731b2ba146148b2578417ea3a0ea49393a90 Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 30 Jul 2026 13:16:48 +0800 Subject: [PATCH] fix: ui --- components/FunctionCard.vue | 4 ++-- pages/order-list/order-list.vue | 26 ++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/components/FunctionCard.vue b/components/FunctionCard.vue index 558ad21..441c3ba 100644 --- a/components/FunctionCard.vue +++ b/components/FunctionCard.vue @@ -182,8 +182,8 @@ padding: 16rpx 8rpx; .function-icon { - width: 88rpx; - height: 88rpx; + width: 76rpx; + height: 76rpx; display: flex; align-items: center; justify-content: center; diff --git a/pages/order-list/order-list.vue b/pages/order-list/order-list.vue index bc162c6..d928c21 100644 --- a/pages/order-list/order-list.vue +++ b/pages/order-list/order-list.vue @@ -13,7 +13,7 @@ - + 我的订单 暂无订单 @@ -77,7 +77,7 @@