From 39bc9f506df8fe9b65293b4becd50b873bc95bab Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 30 Jul 2026 13:06:02 +0800 Subject: [PATCH] fix: ui --- components/FunctionCard.vue | 14 +++++++------- pages/order-list/order-list.vue | 8 +++++++- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/components/FunctionCard.vue b/components/FunctionCard.vue index 3c506ea..558ad21 100644 --- a/components/FunctionCard.vue +++ b/components/FunctionCard.vue @@ -182,8 +182,8 @@ padding: 16rpx 8rpx; .function-icon { - width: 104rpx; - height: 104rpx; + width: 88rpx; + height: 88rpx; display: flex; align-items: center; justify-content: center; @@ -206,14 +206,14 @@ transform: scale(0.9); } - .icon-data { transform: scale(1.1); } + .icon-data { transform: scale(1.06); } .icon-notification, .icon-change, - .icon-asset-package { transform: scale(1.05); } + .icon-asset-package { transform: scale(1.01); } .icon-order, - .icon-recover { transform: scale(0.97); } - .icon-bind-phone { transform: scale(0.99); } - .icon-out { transform: scale(1.01); } + .icon-recover { transform: scale(0.91); } + .icon-bind-phone { transform: scale(0.93); } + .icon-out { transform: scale(0.97); } } .function-icon-badge { position: relative; } diff --git a/pages/order-list/order-list.vue b/pages/order-list/order-list.vue index f0ba801..bc162c6 100644 --- a/pages/order-list/order-list.vue +++ b/pages/order-list/order-list.vue @@ -673,8 +673,10 @@ .order-actions { display: flex; align-items: center; + justify-content: flex-end; + width: 100%; gap: 16rpx; - margin-left: auto; + margin-left: 0; align-self: flex-end; flex-shrink: 0; } @@ -712,6 +714,10 @@ color: #17191c; } + .order-card .card-body .card-footer .detail-action-button { + margin-right: auto; + } + .primary-action-button { border-color: var(--primary); background: var(--primary);