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

    Interactions Text selection Pointer events CSS Sass utilities API Interactions Utility classes that change how users interact with contents of a website. Text selection C...
  • Draw

    47 2024-08-11 《Blender 4.2 Manual》
    Draw Tool Settings Options Draw Reference Mode: Edit Mode Tool: Toolbar ‣ Draw The Curve draw tool allows you to free-hand draw curves. Tool Settings Curve Stroke panel...
  • 三、动态修改窗口大小

    electron-vue跨平台桌面应用开发实战教程(三)——动态修改窗口大小 安装element-ui 安装lowdb 配置element-ui 1.修改窗口大小 2.绘制一个登录界面 3.修改路由 4.修改App.vue 5.修改Home.vue electron-vue跨平台桌面应用开发实战教程(三)——动态修改窗口大小 版权声明...
  • Radio 单选框

    引入 代码演示 普通单选框 getSelectedValuegetSelectedIndex 通过default-index默认选中 自定义选项内容1 使用slot-scope Icon设置 可编辑选项单选框 selectByIndex(2) 通过v-model初始值默认选中 自定义选项内容2 使用option-render API R...
  • 如何部署 Node.js 应用

    如何部署 Node.js 应用 应用检测 环境依赖 使用特定版本的 Node.js 示例 package.json 自定义构建 默认应用类型 运行任务 如何部署 Node.js 应用 Flynn 使用 Heroku Node.js 构建包 来支持 Node.js 应用。 应用检测 当应用的目录里包含package.json 文件时...
  • 自定义组件

    自定义组件 组件定义 组件配置 生命周期 组件 Props 父子组件的数据传递 模板 slot 扩展 API 组件通信 自定义组件 自定义组件实现是基于原生小程序提供的自定义组件支持。 创建自定义组件,假设自定义组件文件为:src/components/Hello.okm 在需要使用自定义组件的 Page 或者 自定义...
  • Landscape 压屏窗

    引入 代码演示 示例 API Landscape Props Landscape Events @show() @hide() Landscape 输入框 用于在浮层中显示广告或说明 引入 import { Landscape } from 'mand-mobile' Vue . component ...
  • Pixter

    Pixter From: eLinux.org Pixter (picture from[amazon ]where you can[order ]it for \$79.99) The Pixter is like a personal digital assistant (PDA) for kids. Butinstead o...
  • v-model 支持

    v-model 支持项 原生组件使用 自定义组件使用 组件自定义配置支持 v-model okam 从 okam-core: 0.4.8 , okam-build: 0.4.11 版本开始支持 提供对表单组件及自定义组件 v-model 支持,默认不开启,需在配置项中,配置 v-model 支持 { framew...
  • 变量

    1014 2018-06-14 《stylus中文文档》
    变量 属性查找 变量 我们可以声明变量,并在整个样式表中使用: font - size = 14px body font font - size Arial , sans - serif 编译CSS为: body { font : 14px Arial , sans - serif...