vuetify 属性集合
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 属性集合的更多相关文章
- Spring中使用Map、Set、List、数组、属性集合的注入方法配置文件
(1)下边的一个Java类包含了所有Map.Set.List.数组.属性集合等这些容器,主要用于演示spring的注入配置: package com.lc.collection; import jav ...
- 【JVM虚拟机】(7)---深入理解Class中-属性集合
#[JVM虚拟机](7)---深入理解Class中-属性集合 之前有关class文件已经写了两篇博客: 1.[JVM虚拟机](5)---深入理解JVM-Class中常量池 2.[JVM虚拟机](6)- ...
- 属性集合java.util.Properties
属性集合java.util.Properties java.util.Properties集合 extends Hashtable<k, v> implements Map<k, v ...
- css3的3d属性集合
css3的3d属性集合 想进入css3的3d世界必须知道一下几个属性及其用法. 当然在进入属性介绍之前我想你必须知道3维坐标,附上一张经典图如下: 我想不用解释了吧.之后要平移和旋转都是在这个基础之上 ...
- Android GridView属性集合
GridView的一些特殊属性: 1.android:numColumns=”auto_fit” //GridView的列数设置为自动 2.android:columnWidth=”90dp &q ...
- UITableView 属性集合
UITableView-------表视图--继承UIScrollView并遵守NSCoding协议 属性 frame-------------设置控件的位置和大小 backgroundColor-- ...
- android之View组件的XML属性集合
XML属性 相关方法 说明 android:alpha setAlpha(float) 设置该组件的透明度 android:background setBackgroundResource(int) ...
- easyui 属性集合
easyUI属性汇总 属性分为CSS片段和JS片段. CSS类定义:1.div easyui-window 生成一个window窗口样式. 属性如下: 1)modal:是否生成模态窗口.true[是] ...
- HTML表单属性集合
随机推荐
- PyQt(Python+Qt)学习随笔:QScrollArea为什么不起作用未出现滚动条?
老猿Python博文目录 专栏:使用PyQt开发图形界面Python应用 老猿Python博客地址 老猿在进行Scroll Area部件测试时,在下面的窗体中放置了一个Scroll Area部件,在部 ...
- ASP自动刷新页面的实现方法总结
1) <meta http-equiv="refresh" content="10"> 10表示间隔10秒刷新一次 2) <script> ...
- 配置nginx支持THINKPHP的PATH_INFO
ThinkPHP支持通过PATHINFO和URL rewrite的方式来提供友好的URL,但是Nginx中默认是不支持PATHINFO的,所以我们需要修改nginx.conf文件. location ...
- 一文搞懂I/O多路复用机及其技术
前言 高性能是每个程序员的追求,无论写一行代码还是做一个系统,都希望能够达到高性能的效果.高性能架构设计主要集中在两方面: 尽量提升单服务器的性能,将单服务器的性能发挥到极致 如果单服务器无法支撑 ...
- python3.6连接数据库 小微工作笔记
连接141 老虎钱包数据库方法,可以连接成功(MYSQL)1 import pymysql 2 conn = pymysql.connect(host='192.168.1.141', port=33 ...
- Boost.JSON Boost的JSON解析库(1.75首发)
目录 目录 Boost的1.75版本新库 JSON库简介 JSON的简单使用 编码 最通用的方法 使用std::initializer_list json对象的输出 两种对比 解码 简单的解码 增加错 ...
- pandas的学习1-基本介绍
''' Numpy 和 Pandas 有什么不同 如果用 python 的列表和字典来作比较, 那么可以说 Numpy 是列表形式的,没有数值标签,而 Pandas 就是字典形式.Pandas是基于N ...
- Leetcode 220 周赛 题解
5629. 重新格式化电话号码 模拟 注意一些细节,最后位置是否取值. class Solution { public: string reformatNumber(string number) { ...
- PHP面向对象的学习(封装,继承,多态)
这个文章就是记录 巩固一下PHP的面向对象的部分 ,无非就是封装,继承,多态等等这几部分 这里参考了一位大佬总结的文章:https://www.cnblogs.com/adaia/p/6986576 ...
- XCTF EasyHook
无壳,使用IDA直接分析主函数 逻辑很简单,问题的关键是Hook,题目也是EasyHook, 会发现在生成文件后,文件内容是被加密后的,那就怀疑加密函数参与Hook 动态调试一步步来看,先进入4012 ...