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
b35d41a1
Commit
b35d41a1
authored
Mar 16, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:UI样式优化
parent
328f05fb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
5 deletions
+18
-5
src/core/antd.less
+8
-0
src/modules/plan-manage/components/EmployeeShareData.jsx
+1
-0
src/modules/plan-manage/components/PlanList.jsx
+2
-2
src/modules/plan-manage/components/PlanList.less
+4
-0
src/modules/plan-manage/components/UserLearningData.jsx
+3
-3
No files found.
src/core/antd.less
View file @
b35d41a1
...
...
@@ -131,6 +131,7 @@
.ant-input {
font-size: 14px !important;
border-color: #d9d9d9;
}
.ant-input[disabled] {
...
...
@@ -619,7 +620,14 @@ mr0 {
td.ant-table-column-sort{
background: none;
}
.ant-modal-content .ant-table-thead > tr > th{
padding:9px 24px;
}
.ant-modal-content tr > td{
padding:14px 24px !important;
}
//弹框里的table样式的处理
//按钮的样式的公共处理
...
...
src/modules/plan-manage/components/EmployeeShareData.jsx
View file @
b35d41a1
...
...
@@ -150,6 +150,7 @@ class EmployeeShareData extends React.Component {
title
:
'最近分享成功时间'
,
key
:
'recentlyForwardTime'
,
dataIndex
:
'recentlyForwardTime'
,
width
:
240
,
render
:
(
val
,
record
)
=>
{
return
(
<
div
>
...
...
src/modules/plan-manage/components/PlanList.jsx
View file @
b35d41a1
...
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:46:46
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-1
5 16:19:53
* @LastEditTime: 2021-03-1
6 15:53:59
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -41,7 +41,7 @@ function PlanList(props) {
title
:
'课程总数量'
,
key
:
'courseNum'
,
dataIndex
:
'courseNum'
,
width
:
'10%'
,
width
:
110
,
render
:
(
val
,
record
)
=>
{
return
(
<
div
className=
"course-number"
>
...
...
src/modules/plan-manage/components/PlanList.less
View file @
b35d41a1
.plan-list{
margin-top:12px;
.course-number{
text-align:right;
margin-right:45px;
}
.plan-list-table{
tbody {
tr{
...
...
src/modules/plan-manage/components/UserLearningData.jsx
View file @
b35d41a1
...
...
@@ -201,11 +201,10 @@ class UserLearningData extends React.Component {
key
:
'latelyLearnTime'
,
dataIndex
:
'latelyLearnTime'
,
sorter
:
true
,
width
:
240
,
render
:
(
val
,
record
)
=>
{
return
(
<
div
>
{
formatDate
(
'YYYY-MM-DD H:i'
,
val
)
}
</
div
>
`
${
formatDate
(
'YYYY-MM-DD H:i'
,
parseInt
(
record
.
latelyLearnTime
))}
`
)
}
},
...
...
@@ -213,6 +212,7 @@ class UserLearningData extends React.Component {
title
:
'开始学习时间'
,
key
:
'startLearnTime'
,
dataIndex
:
'startLearnTime'
,
width
:
240
,
sorter
:
true
,
render
:
(
val
,
record
)
=>
{
return
(
...
...
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