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

    grid 组件结构 组件脚本 组件样式 脚本说明 示例 grid Grid 宫格,结合grid-item使用 组件结构 <template> <view class = "tui-grids" : class = "{'tui-border-top':unlined}" > <slot></s...
  • grid 宫格

    grid 组件结构 组件脚本 组件样式 脚本说明 示例 grid Grid 宫格,结合grid-item使用 组件结构 <template> <view class = "tui-grids" : class = "{'tui-border-top':unlined}" > <slot></s...
  • dropdown-list 下拉列表

    dropdown-list 组件结构 组件脚本 组件样式 脚本说明 示例 dropdown-list dropdown-list 下拉列表 组件结构 <template> <view class = "tui-selected-class tui-dropdown-list" : style = " { heigh...
  • extend-tips

    tips 组件结构 组件脚本 组件样式 脚本说明 示例 tips tips提示,默认居中显示 组件结构 <template> <view class = "tui-tips-box" : class = "[fixed?'tui-tips-fixed':'']" > <image : src...
  • loading 加载

    loading 组件结构 组件脚本 组件样式 脚本说明 示例 loading Loading 加载 组件结构 <template> <view class = "tui-loading-init" v-if = "visible" > <view class = "tui-loading...
  • countdown 倒计时

    countdown 组件结构 组件脚本 组件样式 脚本说明 示例 countdown countdown 倒计时:时分秒倒计时,支持设置大小,颜色等 组件结构 <template> <view class = "tui-countdown-class tui-countdown-box" > <...
  • extend-alert

    Alert 组件结构 组件脚本 组件样式 脚本说明 示例 Alert Alert弹框 组件结构 <template> <view> <view class = "tui-alert-class tui-alert-box" : class = "[show?'tui-alert-show':'...
  • drawer 抽屉

    drawer 组件结构 组件脚本 组件样式 脚本说明 示例 drawer Drawer 抽屉 组件结构 <template> <view class = "tui-drawer-class tui-drawer" : class = "[visible ? 'tui-drawer-show' : '','tui-d...
  • top-dropdown 顶部下拉弹层

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

    icon 组件结构 组件脚本 组件样式 脚本说明 示例 icon Icon 图标 组件结构 <template> <view class = "tui-icon-class tui-icon" : class = "'tui-icon-'+name" : style = " { color : color ,...