change to mini-pagination

dev_aliyun2
harry 5 years ago
parent 27758790ae
commit 462433847c

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

@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import App from './app-test'
import App from './App'
import * as serviceWorker from './serviceWorker'
window.__useKindEditor = false;

@ -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.less';
import btnNew from './btn-new.png'
import btnJoin from './btn-join.png'
import Pagination from '../../../components/mini-pagination'
class CoursesHome extends Component {
constructor(props) {

@ -7,6 +7,7 @@ import UpgradeModals from '../modals/UpgradeModals';
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 { 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