/** * title:"填充按钮", * description:"通过 type 属性设置按钮类型。" */ import React from 'react'; import { Button } from '@alicloud/console-components'; const centerStyle = { display: 'flex', gap: '16px', }; export default () => { return (