first commit
This commit is contained in:
14
frontend/node_modules/antd/es/table/style/pagination.js
generated
vendored
Normal file
14
frontend/node_modules/antd/es/table/style/pagination.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { unit } from '@ant-design/cssinjs';
|
||||
const genPaginationStyle = token => {
|
||||
const {
|
||||
componentCls,
|
||||
antCls,
|
||||
margin
|
||||
} = token;
|
||||
return {
|
||||
[`${componentCls}-wrapper ${componentCls}-pagination${antCls}-pagination`]: {
|
||||
margin: `${unit(margin)} 0`
|
||||
}
|
||||
};
|
||||
};
|
||||
export default genPaginationStyle;
|
||||
Reference in New Issue
Block a user