UNPKG
@jecloud/ui
Version:
latest (1.0.1)
1.0.1
JECloud UI库,基于ant-design-vue封装
@jecloud/ui
/
es
/
input
/
style
/
index.less
16 lines
•
270 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.je-input
{ &-
display
{ &-renderer{
outline
: none;
word-break
: break-all;
overflow
: auto;
width
:
100%
;
overflow
: auto; }
.ant-input-prefix
,
.ant-input-suffix
{
padding-top
:
5px
;
align-items
: baseline; } } }