a62527776a / vue-floating-action-button

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

size为"big"时,fab-item挨在一起了 #38

Closed 11003 closed 3 years ago

11003 commented 3 years ago

image

a62527776a commented 3 years ago
  size="big" 
  :globalOptions="{ spacing: 50, delay: 0.05 }" 

注意配置一下globalOptions的spacing参数

a62527776a commented 3 years ago

<vue-fab icon="menu" size="big" :globalOptions="{ spacing: 50, delay: 0.05 }"

a62527776a commented 3 years ago

<vue-fab icon="menu" size="big" :globalOptions="{ spacing: 50, delay: 0.05 }"