Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
9db4a7ae
Commit
9db4a7ae
authored
Mar 13, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:调整UI样式
parent
4fb83424
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
src/modules/plan-manage/components/EmployeeShareData.jsx
+1
-0
src/modules/plan-manage/components/PlanList.jsx
+2
-1
src/modules/plan-manage/components/UserLearningData.jsx
+1
-0
No files found.
src/modules/plan-manage/components/EmployeeShareData.jsx
View file @
9db4a7ae
...
@@ -225,6 +225,7 @@ class EmployeeShareData extends React.Component {
...
@@ -225,6 +225,7 @@ class EmployeeShareData extends React.Component {
columns=
{
this
.
parselumns
()
}
columns=
{
this
.
parselumns
()
}
pagination=
{
false
}
pagination=
{
false
}
onChange=
{
this
.
handleChangeTable
}
onChange=
{
this
.
handleChangeTable
}
showSorterTooltip=
{
false
}
bordered
bordered
/>
/>
{
dataSource
.
length
>
0
&&
{
dataSource
.
length
>
0
&&
...
...
src/modules/plan-manage/components/PlanList.jsx
View file @
9db4a7ae
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Author: zhangleyuan
* @Date: 2021-02-20 16:46:46
* @Date: 2021-02-20 16:46:46
* @LastEditors: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-13 1
5:24:41
* @LastEditTime: 2021-03-13 1
8:00:15
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -328,6 +328,7 @@ function PlanList(props) {
...
@@ -328,6 +328,7 @@ function PlanList(props) {
<
div
className=
"plan-list"
>
<
div
className=
"plan-list"
>
<
Table
<
Table
rowKey=
{
record
=>
record
.
id
}
rowKey=
{
record
=>
record
.
id
}
showSorterTooltip=
{
false
}
dataSource=
{
props
.
planListData
}
dataSource=
{
props
.
planListData
}
columns=
{
parseColumns
()
}
columns=
{
parseColumns
()
}
pagination=
{
false
}
pagination=
{
false
}
...
...
src/modules/plan-manage/components/UserLearningData.jsx
View file @
9db4a7ae
...
@@ -360,6 +360,7 @@ class UserLearningData extends React.Component {
...
@@ -360,6 +360,7 @@ class UserLearningData extends React.Component {
pagination=
{
false
}
pagination=
{
false
}
className=
"user-learning-table"
className=
"user-learning-table"
onChange=
{
this
.
handleChangeTable
}
onChange=
{
this
.
handleChangeTable
}
showSorterTooltip=
{
false
}
bordered
bordered
/>
/>
{
dataSource
.
length
>
0
&&
{
dataSource
.
length
>
0
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment