1.v-form 组件具有 three 功能,可以通过在该组件上设置 ref 来访问它们。 ref 允许我们访问组件上的内部方法,例如 <v-form ref="form">。this.$refs.form.validate() 将验证所有输入并返回所有输入是否有效。 this.$refs.form.reset() 将清除所有输入并重置其验证错误。this.$refs.form.resetValidation() 将仅重置输入验证,而不会更改其状态。
2.<v-navigation-drawer> 导航抽屉
3.<v-overlay>遮罩层
4.打印属性类
    .d-print-none
    .d-print-inline
    .d-print-inline-block
    .d-print-block
    .d-print-table
    .d-print-table-row
    .d-print-table-cell
    .d-print-flex
    .d-print-inline-flex

5. col-x 例如:col-2表示两格
   text-truncate  超出的省略号显示

6.display 对应的值
    .d-{value} for xs
    .d-{breakpoint}-{value} for sm, md, lg and xl

   value属性可以为下列之一
   
    none
    inline
    inline-block
    block
    table
    table-cell
    table-row
    flex
    inline-flex

7.display:none 和visibility:hidden同时可以起到隐藏的总用。
   不同点:visibility:none依然占据空间

8.边距
   {property}{direction}-{size}   例如:mx-2
  property:
   m- 用来设置外边距
   p-用来设置内边距

  direction:指定属性所应用的方向
    
    t - 应用 margin-top 和 padding-top 的间距。
    b - 应用 margin-bottom 和 padding-bottom 的间距。
    l - 适用 margin-left 和 padding-left 的间距。
    r - 应用 margin-right 和 padding-right 的间距。
    s - 应用 margin-left/padding-left (LTR mode) 和 margin-right/padding-right (RTL mode)
    e - 应用 margin-right/padding-right (LTR model) 和 margin-left/padding-left (RTL model)
    x - 同时对应*-left和*-right属性
    y - 同时对应*-top和*-bottom属性
    a - 在所有方向应用该属性的间距。
 size:
    0 - 消除所有 margin 或者 padding 并设置为 0
    1 - 设置 margin 或者 padding 到 4px
    2 - 设置 margin 或者 padding 到 8px
    3 - 设置 margin 或者 padding 到 12px
    4 - 设置 margin 或者 padding 到 16px
    5 - 设置 margin 或者 padding 到 20px
    6 - 设置 margin 或者 padding 到 24px
    7 - 设置 margin 或者 padding 到 28px
    8 - 设置 margin 或者 padding 到 32px
    9 - 设置 margin 或者 padding 到 36px
    10 - 设置 margin 或者 padding 到 40px
    11 - 设置 margin 或者 padding 到 44px
    12 - 设置 margin 或者 padding 到 48px
    n1 - 将负的 margin 设置到 4px
    n2 - 将负的 margin 设置到 8px
    n3 - 将负的 margin 设置到 12px
    n4 - 将负的 margin 设置到 16px
    n5 - 将负的 margin 设置到 20px
    n6 - 将负的 margin 设置到 24px
    n7 - 将负的 margin 设置到 28px
    n8 - 将负的 margin 设置到 32px
    n9 - 将负的 margin 设置到 36px
    n10 - 将负的 margin 设置到 40px
    n11 - 将负的 margin 设置到 44px
    n12 - 将负的 margin 设置到 48px
    auto - 设置边距为 auto
 设置竖直水平居中:class="mx-auto my-auto px-auto"

9.purple 紫色 
  darken-         例如:darken-2
  text-"value"      里面有  left  center right bottom top
  text--"颜色" 例如:text--white

10.elevation  海拔  0-24分25个级别

11.#pannel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
 在vuetify中可以定义为 d-flex flex-row
 
  基本的类有:
    .d-flex
    .d-inline-flex
    .d-sm-flex
    .d-sm-inline-flex
    .d-md-flex
    .d-md-inline-flex
    .d-lg-flex
    .d-lg-inline-flex
    .d-xl-flex
    .d-xl-inline-flex

12.v-ripple 波纹

 <div
    v-ripple
    class="text-center elevation-2 pa-12 headline"
  >
    HTML element with v-ripple
  </div>

  (2)  v-ripple="{ center: true }"

vuetify 属性集合的更多相关文章

  1. Spring中使用Map、Set、List、数组、属性集合的注入方法配置文件

    (1)下边的一个Java类包含了所有Map.Set.List.数组.属性集合等这些容器,主要用于演示spring的注入配置: package com.lc.collection; import jav ...

  2. 【JVM虚拟机】(7)---深入理解Class中-属性集合

    #[JVM虚拟机](7)---深入理解Class中-属性集合 之前有关class文件已经写了两篇博客: 1.[JVM虚拟机](5)---深入理解JVM-Class中常量池 2.[JVM虚拟机](6)- ...

  3. 属性集合java.util.Properties

    属性集合java.util.Properties java.util.Properties集合 extends Hashtable<k, v> implements Map<k, v ...

  4. css3的3d属性集合

    css3的3d属性集合 想进入css3的3d世界必须知道一下几个属性及其用法. 当然在进入属性介绍之前我想你必须知道3维坐标,附上一张经典图如下: 我想不用解释了吧.之后要平移和旋转都是在这个基础之上 ...

  5. Android GridView属性集合

    GridView的一些特殊属性: 1.android:numColumns=”auto_fit”   //GridView的列数设置为自动 2.android:columnWidth=”90dp &q ...

  6. UITableView 属性集合

    UITableView-------表视图--继承UIScrollView并遵守NSCoding协议 属性 frame-------------设置控件的位置和大小 backgroundColor-- ...

  7. android之View组件的XML属性集合

    XML属性 相关方法 说明 android:alpha setAlpha(float) 设置该组件的透明度 android:background setBackgroundResource(int) ...

  8. easyui 属性集合

    easyUI属性汇总 属性分为CSS片段和JS片段. CSS类定义:1.div easyui-window 生成一个window窗口样式. 属性如下: 1)modal:是否生成模态窗口.true[是] ...

  9. HTML表单属性集合

随机推荐

  1. linux 的bash 和 反斜杠

    export BERT_BASE_DIR=/path/to/bert/uncased_L-12_H-768_A-12 export GLUE_DIR=/path/to/glue python run_ ...

  2. 精品软件-OfficeBox办公神器

    办公文档office处理套件,非常齐全,小巧! 官方地址:http://www.wofficebox.com/

  3. jmeter.墨振文档

    jmeter 介绍 Apache JMeter是Apache组织开发的基于Java的压力测试工具 (1).它可以用于测试静态和动态资源,例如静态文件.Java 小服务程序.CGI 脚本.Java 对象 ...

  4. 自己编写k8s

    ## 基于Docker和Kubernetes的企业级DevOps实践训练营 ### 课程准备 1. 离线镜像包 百度:https://pan.baidu.com/s/1N1AYGCYftYGn6L0Q ...

  5. Vue3源码解析(computed-计算属性)

    作者:秦志英 前言 上一篇文章中我们分析了Vue3响应式的整个流程,本篇文章我们将分析Vue3中的computed计算属性是如何实现的. 在Vue2中我们已经对计算属性了解的很清楚了,在Vue3中提供 ...

  6. axios 封装 跨域 实现 (后端跨域配置白名单)

    1. 始vue化项目 vue init webpack deaxios # 使用脚手架创建项目 deaxios(项目名,随便取得) cd deaxios # 进入项目cnpm install npm ...

  7. 腾讯游戏 K8s 应用实践|更贴近业务场景的 K8s 工作负载:GameDeployment & GameStatefulSet

    引言 蓝鲸容器服务(Blueking Container Service,以下简称BCS)是腾讯 IEG 互动娱乐事业群的容器上云平台,底层基于腾讯云容器服务(Tencent Kubernetes E ...

  8. JavaSE07-字符串常用API

    1.String 1.1 String类概述 String 类代表字符串,Java 程序中的所有字符串文字(例如"abc")都被实现为此类的实例.也就是说,Java 程序 中所有的 ...

  9. 公司项目适配IOS9总结

    1.JSONKit 项目在xcode7 IOS9 开发环境上报错,不能进行JSONSring和JSONData的使用 .在真机上没有问题,在模拟器上put和post数据适合JSONKit报空对象野指针 ...

  10. ubuntu 设置apple主题

    ubuntu 设置apple主题 参考地址,主要是看这个,很详细 https://linuxhint.com/gnome-tweak-tool-ubuntu-17-10/ 效果图 终端命令 $ sud ...