File tree 2 files changed +4
-3
lines changed
packages/react-search-select/src
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ export default function SearchSelect(props: SearchSelectProps) {
274
274
. join ( ' ' )
275
275
. trim ( ) }
276
276
>
277
- < div className = { `${ prefixCls } -tag-content` } style = { { } } >
277
+ < div className = { `${ prefixCls } -tag-content` } >
278
278
{ isMultiple &&
279
279
selectedValue . slice ( 0 , maxTagCount ) . map ( ( item , index ) => {
280
280
return (
Original file line number Diff line number Diff line change 41
41
box-sizing : border-box ;
42
42
background : #fff ;
43
43
margin : 0 !important ;
44
- padding : 1px 10 px ;
44
+ padding : 1px 1 px ;
45
45
vertical-align : middle ;
46
46
line-height : 30px ;
47
47
align-items : center ;
97
97
align-items : center ;
98
98
flex-flow : wrap ;
99
99
width : 100% ;
100
+ padding : 0 9px ;
100
101
}
101
102
102
103
&-search-false {
103
104
cursor : pointer ;
104
105
}
105
106
106
107
&-multiple-colse {
107
- left : 7 px ;
108
+ right : 3 px ;
108
109
font-size : 15px ;
109
110
}
110
111
You can’t perform that action at this time.
0 commit comments