yinLiangDream / mp-colorui

MP-COLORUI 是基于 Taro框架的组件库,由于作者平时工作较忙,有时回复不及时,有事可以加QQ群 1145534886 咨询,文档请看这里→
https://yinliangdream.github.io/mp-colorui-doc/
MIT License
365 stars 41 forks source link

ClLayout怎么没有bottom属性 #48

Closed xuwenyan closed 4 years ago

xuwenyan commented 4 years ago

ClLayout怎么没有bottom属性 比如有个按钮是靠底部的布局,要怎么实现

为了更好的定位以及解决问题,在提交 ISSUE 时,我希望你

  1. 标明 mp-colorui 的版本号0.6.2
  2. 标明 Taro 的版本号
  3. 贴出关于这次问题的相关代码或截图
yinLiangDream commented 4 years ago

ClLayout 就是一个盒子,你可以设置内边距和外边距,无法做到定位某个元素的位置。

如果想有个按钮靠底部方案有很多种,比如绝对定位,固定定位之类