king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/menu/replaceField/settingform/index.jsx
@@ -1,8 +1,9 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { Form, Row, Col, Tooltip, Icon, Select } from 'antd'
import { Form, Row, Col, Tooltip, Select } from 'antd'
import { QuestionCircleOutlined } from '@ant-design/icons'
import './index.scss'
// import './index.scss'
class SettingForm extends Component {
  static propTpyes = {
@@ -45,7 +46,7 @@
          <Col span={20}>
            <Form.Item label={
              <Tooltip placement="topLeft" title="用于字段替换的表名。">
                <Icon type="question-circle" style={{color: '#c49f47', marginRight: '3px'}} />
                <QuestionCircleOutlined className="mk-form-tip" />
                表名
              </Tooltip>
            }>