Commit 9db4a7ae by zhangleyuan

style:调整UI样式

parent 4fb83424
......@@ -225,6 +225,7 @@ class EmployeeShareData extends React.Component {
columns={this.parselumns()}
pagination={false}
onChange={this.handleChangeTable}
showSorterTooltip={false}
bordered
/>
{dataSource.length >0 &&
......
......@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:46:46
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-13 15:24:41
* @LastEditTime: 2021-03-13 18:00:15
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -328,6 +328,7 @@ function PlanList(props) {
<div className="plan-list">
<Table
rowKey={record => record.id}
showSorterTooltip={false}
dataSource={props.planListData}
columns={ parseColumns() }
pagination={false}
......
......@@ -360,6 +360,7 @@ class UserLearningData extends React.Component {
pagination={false}
className="user-learning-table"
onChange={this.handleChangeTable}
showSorterTooltip={false}
bordered
/>
{dataSource.length >0 &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment