UNPKG
ijijin-view
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
vuejs UI components, from ijijin.
github.com/MichealWayne/ijijin-view
MichealWayne/ijijin-view
ijijin-view
/
vue
/
less
/
Input.less
17 lines
(15 loc)
•
250 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 输入框
.vu-input
{
display
: flex;
padding
:
5px
; &
.f-bd
{
border
: thin solid
#e2e2e2
}
input
{
flex-basis
:
100%
;
line-height
:
1.5
; }
.icon-close-fill
{
color
:
#999
; } }