1
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
const genSelectInputCustomizeStyle = token => {
|
||||
const {
|
||||
componentCls
|
||||
} = token;
|
||||
return {
|
||||
[`&${componentCls}-customize`]: {
|
||||
border: 0,
|
||||
padding: 0,
|
||||
fontSize: 'inherit',
|
||||
lineHeight: 'inherit',
|
||||
[`${componentCls}-placeholder`]: {
|
||||
display: 'none'
|
||||
},
|
||||
[`${componentCls}-content`]: {
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
'&-value': {
|
||||
display: 'none'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
export default genSelectInputCustomizeStyle;
|
||||
Reference in New Issue
Block a user