From c08d65c56e8b90bdef300ac45e5545c944f7eacc Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 24 二月 2025 13:41:32 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentFront --- packages/components/src/styles/rechargeGrid.scss | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/components/src/styles/rechargeGrid.scss b/packages/components/src/styles/rechargeGrid.scss index 1099404..b23d556 100644 --- a/packages/components/src/styles/rechargeGrid.scss +++ b/packages/components/src/styles/rechargeGrid.scss @@ -10,6 +10,11 @@ font-size: 18px; color: boleGetCssVar('text-color', 'primary'); } + + .recharge-grid-item-icon { + width: 32px; + height: 32px; + } } } @@ -19,7 +24,7 @@ .parValue-radio-group { width: 100%; - display: grid; + display: grid !important; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; @@ -113,7 +118,7 @@ } } -.phone-bill-recharge { +.order-bill-recharge { .recharge-button { width: 100%; margin: 20px 0; @@ -125,4 +130,12 @@ } } } + + &.electric { + .nut-dialog { + .nut-dialog__content { + max-height: 700px; + } + } + } } -- Gitblit v1.9.1