/** * title: "操作型" * description: "通过设置align属性设置气泡出现方向,气泡内容通过Children自定义。" */ import React from 'react'; import { Balloon, Button } from '@alicloud/console-components'; const titleStyle = { fontSize: '12px', fontWeight: 500, lineHeight: '20px', marginBottom: '8px', }; const centerStyle = { lineHeight: '20px', fontSize: '12px', fontWeight: 'normal', }; const but = ( ), }; export default () => { return ( {ExtraWithOperation.content} ); };