UNPKG
jc-biz-components
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
jc component library based on Antd
jc-biz-components
/
components
/
editable-cell2
/
style
/
index.less
11 lines
(10 loc)
•
233 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
@import
"../../style/variables.less"
;
@editable-cell2-prefix-cls:
~"@{component-prefix}-editable-cell2"
; :
global
{
.@{editable-cell2-prefix-cls}
{
position
: relative;
&
-input-wrapper
{
padding-right
:
24px
; } } }