TalkingData / iview-weapp

一套高质量的微信小程序 UI 组件库
https://weapp.iviewui.com
Other
6.57k stars 1.17k forks source link

i-card 底部footer 放置按钮问题 #393

Open AckyLin opened 4 years ago

AckyLin commented 4 years ago

按钮太大,样式无法调整

<view slot="footer" style="display:flex;justify-content:flex-end">
    <view>
      <i-button  bind:click="handleClick" >默认按钮</i-button>
    </view>
  </view>