UNPKG
@linker-design-plus/linker-style
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.1
A package for linker design styles.
@linker-design-plus/linker-style
/
components
/
Select
/
index.less
10 lines
(9 loc)
•
223 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
.arco-select-dropdown
{
padding
:
8px
0
!important
;
border-radius
:
var
(--border-radius-small)
!important
;
.arco-select-option
{
width
:
calc
(
100%
-
16px
)
!important
;
border-radius
:
6px
;
margin
:
0
8px
; } }