UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

15 lines 1.17 kB
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral"; var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5; import { createStyles } from 'antd-style'; export var useStyles = createStyles(function (_ref) { var css = _ref.css, token = _ref.token, prefixCls = _ref.prefixCls; return { root: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n overflow: hidden;\n "]))), wrapper: css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 640px !important;\n margin: ", "px;\n box-shadow: none !important;\n "])), token.marginLG), content: css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n overflow: hidden;\n border-radius: ", "px;\n box-shadow: ", ";\n "])), token.borderRadiusLG, token.boxShadowSecondary), dragWrapper: css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n "]))), dragHandle: css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n cursor: move;\n "]))) }; });