/** * title: "徽标与标识组合" * description: "超过overflow的数值,会显示overflow+,overflow默认值为99。" */ import React from 'react'; import { Badge } from '@alicloud/console-components'; const badgeTextStyle = { backgroundColor: '#D50B16', color: '#fff', borderRadius: '10px', lineHeight: '18px', }; const squareStyles = { display: 'inline-block', borderRadius: '4px', background: '#eee', width: '32px', height: '32px', }; const Square = () =>
; export default () => { return (