UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

38 lines (37 loc) 793 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _antdStyle = require("antd-style"); var useStyles = (0, _antdStyle.createStyles)(function () { return { 'popconfirm-modal-body': { minWidth: '220px', marginBottom: '12px' }, 'popconfirm-modal-footer': { display: 'flex', justifyContent: 'flex-end', gap: '12px' }, 'popconfirm-modal-mask': { height: '100vh', top: '0', right: '0', bottom: '0', left: '0', zIndex: '1030', backgroundColor: 'rgba(#000, 0.2)' }, show: { position: 'fixed' }, 'hide, close': { position: 'relative', height: '0' } }; }); var _default = useStyles; exports.default = _default;