GraceUI 组件精细化更新工作进行中~ 如果您在使用时发现组件或样式不生效时,请先进行重新编译,重新编译后依然无效请升级您的 GraceUI 框架版本 ( 网站头部点击下载按钮获取最新版本 )即可! 此次更新预计持续到 2020-01-30 ~
表格DOM结构
<view class="grace-table grace-margin-top"> <view class="grace-theader grace-bg-blue"> <text class="grace-td grace-bold">表头</text> <text class="grace-td grace-bold">表头</text> <text class="grace-td grace-bold">表头</text> </view> <view class="grace-tbody"> <text class="grace-td">数据</text> <text class="grace-td">数据</text> <text class="grace-td">数据</text> </view> </view>
完整演示