/** * 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 but = ( ); const baseWithTittle = { trigger: but, content: (