如何删除ionicreact5中ion-row和ion-col的space(margin/padding)?
How to remove space (margin/padding) of ion-row and ion-col in ionicreact5?
enter image description here
我如何删除 ionic5 中网格中的默认填充..我使用了给定的 code.but 它不起作用
<IonRow>
<IonCol col-6 no-padding>
<IonButton expand="full" no-margin>NEWER</IonButton>
</IonCol>
<IonCol col-6 no-padding>
<IonButton expand="full" no-margin>OLDER</IonButton>
</IonCol>
</IonRow>
使用这个
class="ion-no-padding"
enter image description here 我如何删除 ionic5 中网格中的默认填充..我使用了给定的 code.but 它不起作用
<IonRow>
<IonCol col-6 no-padding>
<IonButton expand="full" no-margin>NEWER</IonButton>
</IonCol>
<IonCol col-6 no-padding>
<IonButton expand="full" no-margin>OLDER</IonButton>
</IonCol>
</IonRow>
使用这个 class="ion-no-padding"