src/views/interface/workspace/editTable/index.jsx
@@ -1,6 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { Table, Input, Form, Icon } from 'antd' import { Table, Input, Form } from 'antd' import { CloseOutlined } from '@ant-design/icons' import Utils from '@/utils/utils.js' import './index.scss' @@ -104,7 +105,7 @@ title: '', width: '20px', render: (text, record) => { return (<Icon type="close" onClick={() => this.delete(record)}/>) return (<CloseOutlined onClick={() => this.delete(record)}/>) } }] }