UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

29 lines 727 B
// ========================= 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 } }, [`${token.antCls}-empty-description`]: { color: '#999 !important', marginTop: -6, marginBottom: 6 }, [`${token.antCls}-empty-image`]: { marginBottom: '0 !important' } } }; }; export default genEmptyStyle;