zhengyiming
2025-02-24 03047a382e6f0f1945be32e28fd65e6b31817dfa
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;
      }
    }
  }
}