UNPKG
vue-pro-components
Version:
latest (0.7.8)
0.7.8
0.7.7
0.7.5
0.7.4
0.7.3
0.7.2
0.7.0
0.6.0
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.0.2
0.0.1
0.0.0
pro components based on vue3
github.com/cumt-robin/vue-pro-components
cumt-robin/vue-pro-components
vue-pro-components
/
src
/
fullscreen
/
style
/
index.less
14 lines
(11 loc)
•
203 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import
'../../styles/vars'
; .@{fullscreen-prefix} { &__wrapper {
display
: flex;
align-items
: center;
cursor
: pointer; } &__text {
margin-left
:
6px
; } }