change to mini-pagination

courseware
harry 5 years ago
parent e4c8607566
commit 6ee8b893fd

@ -55,6 +55,11 @@
background-color: #f7f8fa;
border-color: #e6e7eb;
color: #e0e0e0;
&:before {
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
}
}
}

@ -2,13 +2,13 @@ import React, { Component, Fragment } from 'react';
import { getImageUrl } from 'educoder';
import CoursesHomeCard from "./CoursesHomeCard.js"
import axios from 'axios';
import { Pagination } from 'antd';
import LoadingSpin from '../../../common/LoadingSpin';
import UpgradeModals from '../../modals/UpgradeModals';
import './css/CoursesHome.css';
import '../../tpm/shixuns/shixun-keyword-list.scss';
import btnNew from './btn-new.png'
import btnJoin from './btn-join.png'
import Pagination from '../../../components/mini-pagination'
class CoursesHome extends Component {
constructor(props) {

@ -9,6 +9,7 @@ import '@icedesign/base/lib/pagination/style.js';
import './ShixunPaths.css';
import KeywordList from '../tpm/shixuns/shixun-keyword-list';
import btnUrl from './btn-new.png';
import Pagination from '../../components/mini-pagination'
class ShixunPathSearch extends Component {
constructor(props) {

@ -1,7 +1,8 @@
import React from 'react';
import { getImageUrl, setImagesUrl, getUrl } from 'educoder';
import { Spin, Tooltip, Rate, Pagination } from 'antd';
import './shixunCss/shixunCard.scss';
import { Spin, Tooltip, Rate } from 'antd';
import './shixunCss/shixunCard.less';
import Pagination from '../../../components/mini-pagination'
export default ({ middleshixundata, pagination, typepvisible, pages, totalcount, shixunsPage }) => {
function onPageChange(number) {

Loading…
Cancel
Save