ion-content { height: calc(100vh - 121px) !important; } ion-item-divider { ion-icon { margin-right: 9px; } } ion-label p { display: block; max-width: calc(100% - 60px); overflow: hidden; text-overflow: ellipsis; } ion-label { ion-text { font-size: 0.9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } ion-button { ion-icon { margin-right: 0; /* 将 margin-right 修改为 0 */ } }