UNPKG

@alicloud/console-base-rc-marks

Version:
18 lines (17 loc) 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getCssOfAlign; var _styledComponents = require("styled-components"); function getCssOfAlign(align) { switch (align) { case 'left': return (0, _styledComponents.css)(["margin-right:4px;"]); case 'right': return (0, _styledComponents.css)(["margin-left:4px;"]); default: return null; // 默认居中 } }