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/tabviews/zshare/topSearch/dategroup/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/topSearch/dategroup/index.jsx b/src/tabviews/zshare/topSearch/dategroup/index.jsx index ab2b3a2..f37691b 100644 --- a/src/tabviews/zshare/topSearch/dategroup/index.jsx +++ b/src/tabviews/zshare/topSearch/dategroup/index.jsx @@ -1,6 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' -import { DatePicker, Tooltip, Icon } from 'antd' +import { DatePicker, Tooltip } from 'antd' +import { CloseCircleOutlined } from '@ant-design/icons' import moment from 'moment' import Utils from '@/utils/utils.js' @@ -128,7 +129,7 @@ {dateRange ? <div className="table-search-date-group-value"> {dateRange.replace(',', ' ~ ')} - <Icon type="close-circle" onClick={this.clearTime} className="ant-calendar-picker-clear" /> + <CloseCircleOutlined onClick={this.clearTime} className="ant-calendar-picker-clear" /> </div> : null} </div> ) -- Gitblit v1.8.0