king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/templates/modalconfig/editcard/index.jsx
@@ -1,5 +1,6 @@
import React, {Component} from 'react'
import { Row, Col, Icon, Radio, Input } from 'antd'
import { Row, Col, Radio, Input } from 'antd'
import { CheckOutlined } from '@ant-design/icons'
import './index.scss'
const { Search } = Input
@@ -37,7 +38,7 @@
    return (
      <div className={'ant-card ant-card-bordered ' + (card.selected ? 'selected' : '')} >
        <div className="base" onClick={this.changeSelect}>
          <Icon type="check" />
          <CheckOutlined />
          <p title={card.field}>字段: <span>{card.field}</span></p>
          <p title={card.label}>名称: <span>{card.label}</span></p>
        </div>