问题 I am using the Ionic 3 Framework and want to insert the following type of fab menu in my Ionic 3 App. Special Fab Menu: 回答1: In your SCSS file: button[ion-fab] { overflow: visible; position: relative; ion-label { position: absolute; top: -8px; right: 40px; color: white; background-color: rgba(0,0,0,0.7); line-height: 24px; padding: 4px 8px; border-radius: 4px; } } .fab{ contain: layout; } Your HTML file: <ion-fab bottom right > <button ion-fab>Share</button> <ion-fab-list side="top"> <button