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

    keyboard 组件结构 组件脚本 组件样式 脚本说明 示例 keyboard keyboard 数字键盘,结合keyboard-input使用 组件结构 <template> <view> <view class = "tui-keyboard-mask" : class = "[show...
  • modal

    modal 组件结构 组件脚本 组件样式 脚本说明 示例 modal Modal弹框:可设置按钮数,按钮样式,提示文字样式等,还可自定义弹框内容 组件结构 <template> <view> <view class = "tui-modal-class tui-modal-box" : cla...
  • button 按钮

    button 组件结构 组件脚本 组件样式 脚本说明 示例 button button 按钮 组件结构 <template> <button class = "tui-btn-class tui-btn" : class = "['tui-btn-'+size,plain?'tui-'+type+'-outline...
  • extend-button

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

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

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

    drawer 组件结构 组件脚本 组件样式 脚本说明 示例 drawer Drawer 抽屉 组件结构 <template> <view class = "tui-drawer-class tui-drawer" : class = "[visible ? 'tui-drawer-show' : '','tui-d...
  • list-view 列表

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

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

    footer 组件结构 组件脚本 组件样式 脚本说明 示例 footer Footer 页脚 组件结构 <template> <view class = "tui-footer-class tui-footer" : class = "[fixed?'tui-fixed':'']" : style = ' { b...