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
bd4df955
Commit
bd4df955
authored
Jun 01, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:培训计划表格样式修改
parent
dfdaca8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
src/modules/plan-manage/components/PlanList.jsx
+1
-1
src/modules/plan-manage/components/PlanList.less
+17
-5
No files found.
src/modules/plan-manage/components/PlanList.jsx
View file @
bd4df955
...
@@ -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: fusanqiasng
* @LastEditors: fusanqiasng
* @LastEditTime: 2021-06-01 1
0:46:47
* @LastEditTime: 2021-06-01 1
1:45:34
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
...
src/modules/plan-manage/components/PlanList.less
View file @
bd4df955
...
@@ -4,6 +4,20 @@
...
@@ -4,6 +4,20 @@
text-align: right;
text-align: right;
margin-right: 45px;
margin-right: 45px;
}
}
.ant-table-thead .ant-table-cell {
padding: 10px 12px !important;
}
.ant-table-tbody {
tr {
td {
&.ant-table-cell {
padding: 20px 12px !important;
color: #333;
}
}
}
}
.plan-list-table {
.plan-list-table {
tbody {
tbody {
tr {
tr {
...
@@ -29,17 +43,15 @@
...
@@ -29,17 +43,15 @@
}
}
.plan_name_item {
.plan_name_item {
display: flex;
display: flex;
align-items: center;
.plan-cover {
.plan-cover {
min-width: 97px;
width: 106px;
max-width: 97px;
height: 60px;
height: 50px;
border-radius: 2px;
border-radius: 2px;
margin-right: 8px;
margin-right: 8px;
}
}
.plan-name {
.plan-name {
color: #666;
width: 188px;
width: 188px;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
...
...
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