From e53e33dd46fdf138c851b10f12cdc00131a8d644 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 25 二月 2025 17:12:44 +0800
Subject: [PATCH] fix: bug
---
packages/components/src/styles/rechargeGrid.scss | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/packages/components/src/styles/rechargeGrid.scss b/packages/components/src/styles/rechargeGrid.scss
index dffc078..b23d556 100644
--- a/packages/components/src/styles/rechargeGrid.scss
+++ b/packages/components/src/styles/rechargeGrid.scss
@@ -24,7 +24,7 @@
.parValue-radio-group {
width: 100%;
- display: grid;
+ display: grid !important;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
@@ -118,7 +118,7 @@
}
}
-.phone-bill-recharge {
+.order-bill-recharge {
.recharge-button {
width: 100%;
margin: 20px 0;
@@ -130,4 +130,12 @@
}
}
}
+
+ &.electric {
+ .nut-dialog {
+ .nut-dialog__content {
+ max-height: 700px;
+ }
+ }
+ }
}
--
Gitblit v1.9.1