a62527776a / vue-floating-action-button

Floating Action Button for Vue based on Material Design
MIT License
170 stars 32 forks source link

iOS 10 微信浏览器 #14

Closed fengjihua closed 4 years ago

fengjihua commented 4 years ago

iPhone6Plus, iOS 10.0, 微信7.0浏览器 按钮图标位置偏移,使用以下css已修复

.vue-fab-material-icons {
  left: 0;
  top: 0;
}
a62527776a commented 4 years ago

感谢 已修复