作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最佳答案
在您的 SCSS 文件中:
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;
}
您的 HTML 文件:
<ion-fab bottom right >
<button ion-fab>Share</button>
<ion-fab-list side="top">
<button ion-fab>
<ion-icon name="logo-facebook"></ion-icon>
<ion-label>Facebook</ion-label>
</button>
</ion-fab-list>
</ion-fab>
请引用此链接...
whats the correct way of inserting label in an Ionic FAB list
这个很容易实现。我已经在 Ionic 3 上测试过它并且有效
关于ionic2 - Ionic 3 中带有标签的晶圆厂,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46932699/
我是一名优秀的程序员,十分优秀!