mt-ui-components-vue3
Version:
玛果添实UI组件库(Vue3)
45 lines (44 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _antdStyle = require("antd-style");
var useStyles = (0, _antdStyle.createStyles)(function (_ref) {
var token = _ref.token;
return {
"@{basicLayout-prefix-cls}": {
flexDirection: "column",
width: "100%",
minHeight: "100%",
"&-content": {
position: "relative",
margin: "24px",
"&-disable-margin": {
margin: "0"
},
"> .@{ant-prefix}-layout": {
maxHeight: "100%"
}
}
},
"@{ant-prefix}-pro-page-container": {
margin: "0"
},
"tech-page-container": {
height: "calc(\n 100vh - token['pro-layout-header-height'] -\n token['pro-layout-header-height\n'] )"
},
"@{basicLayout-prefix-cls}-is-children": {
minHeight: "calc(100vh - token['pro-layout-header-height)']"
},
"@{ant-prefix}-pro-fixed-header": {
position: "fixed",
top: "0"
},
"@{basicLayout-prefix-cls}-fix-siderbar": {
height: "calc(100vh - token['pro-layout-header-height)']"
}
};
});
var _default = useStyles;
exports.default = _default;