wupengfei
2025-02-24 fe5fc18b6b1810a61df6ed7d94957f449ca05488
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;
@@ -130,4 +130,12 @@
      }
    }
  }
  &.electric {
    .nut-dialog {
      .nut-dialog__content {
        max-height: 700px;
      }
    }
  }
}