import React from "react";
import styles from "./index.less";
import { Select, Tag } from "antd";
const options = [
{ value: "gold" },
{ value: "lime" },
{ value: "green" },
{ value: "cyan" }
];
function tagRender(props) {
const { label, value, closable, onClose } = props;
return (