1
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
// ========================= Placeholder ==========================
|
||||
const genEmptyStyle = token => {
|
||||
const {
|
||||
componentCls
|
||||
} = token;
|
||||
return {
|
||||
[`${componentCls}-wrapper`]: {
|
||||
[`${componentCls}-tbody > tr${componentCls}-placeholder`]: {
|
||||
textAlign: 'center',
|
||||
color: token.colorTextDisabled,
|
||||
'&:hover > th, &:hover > td': {
|
||||
background: token.colorBgContainer
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
export default genEmptyStyle;
|
||||
Reference in New Issue
Block a user