antd
Version:
An enterprise-class UI design language and React components implementation
15 lines (13 loc) • 570 B
JavaScript
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
// ========================= Placeholder ==========================
var genEmptyStyle = function genEmptyStyle(token) {
var componentCls = token.componentCls;
return _defineProperty({}, "".concat(componentCls, "-wrapper"), _defineProperty({}, "".concat(componentCls, "-tbody > tr").concat(componentCls, "-placeholder"), {
textAlign: 'center',
color: token.colorTextDisabled,
'&:hover > td': {
background: token.colorBgContainer
}
}));
};
export default genEmptyStyle;