first commit
This commit is contained in:
17
frontend/node_modules/antd/lib/theme/themes/shared/genControlHeight.js
generated
vendored
Normal file
17
frontend/node_modules/antd/lib/theme/themes/shared/genControlHeight.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
const genControlHeight = token => {
|
||||
const {
|
||||
controlHeight
|
||||
} = token;
|
||||
return {
|
||||
controlHeightSM: controlHeight * 0.75,
|
||||
controlHeightXS: controlHeight * 0.5,
|
||||
controlHeightLG: controlHeight * 1.25
|
||||
};
|
||||
};
|
||||
var _default = exports.default = genControlHeight;
|
||||
Reference in New Issue
Block a user