UNPKG
vuc-iview
Version:
latest (3.3.68)
3.3.68
3.3.67
3.3.66
3.3.65
3.3.64
3.3.63
3.3.62
3.3.60
3.3.59
3.3.58
3.3.57
3.3.56
3.3.55
3.3.54
3.3.53
3.3.52
3.3.51
3.3.50
3.3.49
3.3.48
3.3.46
3.3.45
3.3.44
3.3.42
3.3.41
3.3.40
3.3.39
3.3.37
3.3.36
3.3.35
3.3.34
3.3.33
3.3.32
3.3.31
3.3.30
3.3.29
3.3.28
3.3.27
3.3.26
3.3.25
3.3.24
3.3.23
3.3.22
3.3.21
3.3.19
3.3.18
3.3.17
3.3.16
3.3.15
3.3.14
3.3.13
3.3.12
3.3.11
3.3.10
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
A high quality UI components Library with Vue.js
www.iviewui.com
view-design/ViewUI
vuc-iview
/
src
/
styles
/
mixins
/
mask.less
14 lines
(13 loc)
•
222 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.mask
() {
position
: fixed;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background-color
:
rgba
(
55
,
55
,
55
,
0.6
);
height
:
100%
;
z-index
:
@zindex-modal
;
&
-hidden
{
display
: none; } }