问题 When upgraded to Ionic 5, the padding attribute is not working anymore as in Ionic 4: <ion-content color="primary" padding></ion-content> Any fixes? 回答1: According to the official documentation, you can use these CSS custom properties to set padding of ion-content component: --padding-bottom Bottom padding of the content --padding-end Right padding if direction is left-to-right, and left padding if direction is right-to-left of the content --padding-start Left padding if direction is left-to