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
/
button
/
style
/
index.less
20 lines
(16 loc)
•
343 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import
'ant-design-vue/es/button/style/index'
;
@import
'../../icon-svg/style/index'
;
.vp-button
{ &
.ant-btn
{
line-height
:
1
; >
span
{
line-height
:
0
;
vertical-align
: middle; }
.vp-icon-svg
{ +
span
{
margin-left
:
8px
; } } } }