wudebin 3 months ago
parent
commit
4f4d56b80c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Strides-SPAPP/app/pages/charging/StepStartView.js

+ 1 - 1
Strides-SPAPP/app/pages/charging/StepStartView.js

@@ -18,7 +18,7 @@ export default StepStartView = ({
   onIntoCharging
 }) => (
   <View>
-    <View style={{minHeight: $vht(70)}}>
+    <View style={{minHeight: $vht(80)}}>
       <TextView style={styles.gstText}>{hideTaxRates ? $t('charging.tipsRatesTax2') : $t('charging.tipsRatesTax')}</TextView>
       <TextView style={styles.title}>{$t('charging.acChargers')} ({(stationInfo?.acConnector?.available ?? "0") + $t('charging.numberAvailable')})</TextView>
       { stationInfo.acRates?.length > 0