From bd1dfc9e6c9b9f8076ca2783ce598e0936b4c664 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 十二月 2021 14:36:03 +0800 Subject: [PATCH] 2021-12-22 --- src/templates/zshare/editcard/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/templates/zshare/editcard/index.jsx b/src/templates/zshare/editcard/index.jsx index befaacb..b18e19d 100644 --- a/src/templates/zshare/editcard/index.jsx +++ b/src/templates/zshare/editcard/index.jsx @@ -1,5 +1,6 @@ import React, {Component} from 'react' -import { Row, Col, Icon, Radio, Input, Button } from 'antd' +import { Row, Col, Radio, Input, Button } from 'antd' +import { CheckOutlined } from '@ant-design/icons' import './index.scss' const { Search } = Input @@ -52,7 +53,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}>{this.props.dict['model.form.field']}锛� <span>{card.field}</span></p> <p title={card.label}>{this.props.dict['model.name']}锛� <span>{card.label}</span></p> </div> -- Gitblit v1.8.0