书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 101 个相关结果.
  • top-dropdown

    top-dropdown 组件结构 组件脚本 组件样式 脚本说明 示例 top-dropdown top-dropdown:顶部下拉弹层 组件结构 <template> <view> <view class = "tui-top-dropdown tui-dropdown-box" : cla...
  • tips

    tips 组件结构 组件脚本 组件样式 脚本说明 示例 tips 消息提示:包括顶部提示,居中提示,底部提示。可切换提示框背景颜色 组件结构 <template> <block v-if = "position=='top'" > <view class = 'tui-tips-class ...
  • loadmore 加载更多

    loadmore 组件结构 组件脚本 组件样式 脚本说明 示例 loadmore loadmore 加载更多 组件结构 <template> <view class = "tui-loadmore" v-if = "visible" > <view : class = "['tui-loa...
  • rate 评分

    rate 组件结构 组件脚本 组件样式 脚本说明 示例 rate Rate评分:可设置星星数,可设置大小颜色,支持手势touch选择 组件结构 <template> <view class = "tui-rate-class tui-rate-box" @ touchmove = "touchMove" > ...
  • fab 悬浮按钮

    Fab 组件结构 组件脚本 组件样式 脚本说明 示例 预览图 Fab 悬浮按钮:可设置left,right,bottom值,可设置大小,颜色等,具体参考文档。拓展出来的按钮不应多于6个,否则违反了作为悬浮按钮的快速、高效的原则。 组件结构 <template> <view @ touchmove . stop . p...
  • card 卡片

    card 组件结构 组件脚本 组件样式 脚本说明 示例 card Card 卡片 组件结构 <template> <view class = "tui-card-class tui-card" : class = "[full?'tui-card-full':'',border?'tui-card-border':...
  • nomore 没有更多了

    nomore 组件结构 组件脚本 组件样式 脚本说明 示例 nomore nomore 没有更多了 组件结构 <template> <view class = "tui-nomore-class tui-loadmore-none" v-if = "visible" > <view : c...
  • extend-toast

    toast 组件结构 组件脚本 组件样式 脚本说明 示例 toast toast 提示 组件结构 <template> <view class = "tui-toast" : class = "[visible?'tui-toast-show':'',content?'tui-toast-padding':'...
  • extend-button 按钮

    button 组件结构 组件脚本 组件样式 脚本说明 示例 button button 按钮,和基础组件button略有不同,支持设置任意大小 组件结构 <template> <button class = "tui-btn-class tui-btn" : class = "[plain?'tui-'+type+...
  • list-view

    list-view 组件结构 组件脚本 组件样式 脚本说明 示例 list-view list-view 列表,结合list-cell使用 组件结构 <template> <view class = "tui-list-view tui-view-class" > <view class =...