first commit
This commit is contained in:
27
frontend/node_modules/antd/lib/table/style/empty.js
generated
vendored
Normal file
27
frontend/node_modules/antd/lib/table/style/empty.js
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
// ========================= 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
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
var _default = exports.default = genEmptyStyle;
|
||||
Reference in New Issue
Block a user