import React from "react"; import styles from "./index.less"; import { Popover, Button } from "antd"; const text = Title; const content = (

Content

Content

); const buttonWidth = 70; export default () => (
);