<style> .el-drawer { overflow: scroll } </style>
Extends Composite A drawer that can be swiped in from the left edge of the screen. There’s only a single instance that can be accessed via tabris.ui.drawer. The drawer is locked by default. To use it
1.7.0 新增 抽屉,主要用来需要大范围层级进行选择的场景,一般情况下应该是满屏状态。 注: 组件依赖父容器相对定位或者绝对定位,因为 Drawer 是绝对定位的。 示例 默认配置使用 <cube-button @click="showDrawer">Show Drawer</cube-button> <cube-drawer ref="drawer" title="请选择" :da
Drawer 是一个 jQuery 插件,用来创建响应式、支持触摸屏以及具有动画效果的边栏抽屉型菜单。
Drawer-Behavior Drawer behavior is a library use Android DrawerLayout Support library as Parent Class [Easy to migrate], that provide an extra behavior on drawer, such as, move view or scaling view's
自定义UIToolBar的颜色、样式。可以在屏幕四个角加上工具栏,工具栏可以收起、打开。用户点击三角按钮,工具栏便会收起或者打开。 [Code4App.com]
Top Drawer 是一个 jQuery 插件,实现了页面的抽屉效果,很酷哦。 试试吧:http://www.jordanm.co.uk/lab/topdrawer
仿照天猫软件实现的抽屉界面效果,效果图如下:
有些时候, Dialog 组件并不满足我们的需求, 比如你的表单很长, 亦或是你需要临时展示一些文档, Drawer 拥有和 Dialog 几乎相同的 API, 在 UI 上带来不一样的体验. tip 因为 Vue 提供了 v-model 的原生支持,所以以前的 visible.sync 已经不再适用,请使用 v-model="visibleBinding" 的表达式来绑定是否显示抽屉组件 基本用