Merge branches 'dev_aliyun' and 'dev_jupyter' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

chromesetting
杨树明 5 years ago
commit 215b5dc9af

@ -4,7 +4,7 @@
* @Github:
* @Date: 2019-12-12 10:34:03
* @LastEditors: tangjiang
* @LastEditTime: 2019-12-13 16:28:33
* @LastEditTime: 2019-12-13 21:19:30
*/
import './index.scss';
import React, { useState, useEffect } from 'react';
@ -71,7 +71,7 @@ function LeftPane (props) {
{/* <span className="iconfont icon-java jupyter_data_icon"></span>数据集 */}
</h2>
{ renderCtx }
<div className='jupyter_pagination'>
<div className='jupyter_pagination' style={{ display: dataSets > 0 ? 'flex' : 'none'}}>
<Pagination
simple
current={pagination.page}

Loading…
Cancel
Save