From 828bc2512c88cd86dab54927c36b83961230578e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 20 Sep 2019 18:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/shixuns/ShixunCard.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/react/src/modules/tpm/shixuns/ShixunCard.js b/public/react/src/modules/tpm/shixuns/ShixunCard.js index 002471f60..c2e35cc45 100644 --- a/public/react/src/modules/tpm/shixuns/ShixunCard.js +++ b/public/react/src/modules/tpm/shixuns/ShixunCard.js @@ -7,19 +7,16 @@ import PropTypes from 'prop-types'; import classNames from 'classnames'; +import { Rating ,Pagination} from "@icedesign/base"; + import {getImageUrl,setImagesUrl, toPath} from 'educoder'; -import { Spin,Icon } from 'antd'; -import { Rating ,Pagination} from "@icedesign/base"; -import 'antd/lib/pagination/style/index.css'; +import { Spin,Icon,Tooltip } from 'antd'; import './shixunCss/shixunCard.css'; // 引入业务组件样式 - -import { Tooltip } from 'antd'; - import axios from 'axios'; const $ = window.$;