UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

31 lines 646 B
import { createStyles } from 'antd-style'; var useStyles = 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' } }; }); export default useStyles;