first commit
This commit is contained in:
11
frontend/node_modules/antd/es/theme/themes/shared/genControlHeight.js
generated
vendored
Normal file
11
frontend/node_modules/antd/es/theme/themes/shared/genControlHeight.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
const genControlHeight = token => {
|
||||
const {
|
||||
controlHeight
|
||||
} = token;
|
||||
return {
|
||||
controlHeightSM: controlHeight * 0.75,
|
||||
controlHeightXS: controlHeight * 0.5,
|
||||
controlHeightLG: controlHeight * 1.25
|
||||
};
|
||||
};
|
||||
export default genControlHeight;
|
||||
Reference in New Issue
Block a user