import React from 'react'; import { Alert, Row, Col } from '@btri-ui/base'; const Base = () => { return ( <> 查看详情 } closable type="info" > 查看详情 } closable type="success" > 查看详情 } closable type="warning" > 查看详情 } closable type="error" > ); }; export default Base;