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
f7405add
Commit
f7405add
authored
Jun 01, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix/pangguoming/20210601/plan_list_add_cover' into dev
parents
24a715c8
132fb94f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
94 additions
and
68 deletions
+94
-68
src/modules/knowledge-base/modal/AddCourse.jsx
+0
-0
src/modules/plan-manage/components/PlanList.jsx
+0
-0
src/modules/plan-manage/components/PlanList.less
+52
-29
src/modules/plan-manage/modal/relatedCourseModal.less
+42
-39
No files found.
src/modules/knowledge-base/modal/AddCourse.jsx
View file @
f7405add
This diff is collapsed.
Click to expand it.
src/modules/plan-manage/components/PlanList.jsx
View file @
f7405add
This diff is collapsed.
Click to expand it.
src/modules/plan-manage/components/PlanList.less
View file @
f7405add
.plan-list{
margin-top:12px;
.course-number{
text-align:right;
margin-right:45px;
.plan-list {
margin-top: 12px;
.course-number {
text-align: right;
margin-right: 45px;
}
.plan-list-table {
thead.ant-table-thead {
tr {
th {
padding: 10px 12px;
}
}
}
.plan-list-table{
tbody {
tr{
&:nth-child(even){
background: transparent !important;
td{
background:#FFF !important;
tr {
td {
padding: 20px 12px;
color: rgb(29, 28, 28);
}
&:nth-child(even) {
background: transparent;
td {
background: #fff;
}
}
&:nth-child(odd)
{
background: #FAFAFA !important
;
td
{
background: #FAFAFA !important
;
&:nth-child(odd)
{
background: #fafafa
;
td
{
background: #fafafa
;
}
}
&:hover
{
td
{
background:#F3f6fa !important
;
&:hover
{
td
{
background: #f3f6fa
;
}
}
}
}
}
.plan-name{
text-overflow: -o-ellipsis-lastline;
.plan_name_item {
display: flex;
align-items: center;
.plan-cover {
width: 106px;
height: 60px;
border-radius: 2px;
margin-right: 8px;
}
.plan-name {
width: 188px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
height: 40px;
}
}
.operate-text {
color: #2966FF
;
color: #2966ff
;
cursor: pointer;
}
.operate {
display: flex;
&__item {
color: #2966FF
;
color: #2966ff
;
cursor: pointer;
&.split {
margin: 0 8px;
color: #BFBFBF
;
color: #bfbfbf
;
}
}
}
.join-number
{
text-align:
right;
margin-right:
12px;
.join-number
{
text-align:
right;
margin-right:
12px;
}
.more-operate
{
line-height:
20px;
.more-operate
{
line-height:
20px;
}
}
src/modules/plan-manage/modal/relatedCourseModal.less
View file @
f7405add
...
...
@@ -2,54 +2,57 @@
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
font-weight: 500;
}
.link-create-course{
color:#666666;
font-size:14px;
width:638px;
text-align:left;
display:inline-block;
span{
color:#2966FF;
}
}
.search-container{
margin-bottom:16px;
}
.select-area{
margin-bottom:12px;
display:flex;
justify-content:space-between;
.select-box{
display:inline-box;
.ant-modal-footer {
display: flex;
}
.link-create-course {
color: #666666;
font-size: 14px;
width: 638px;
text-align: left;
display: inline-block;
span {
color: #2966ff;
}
}
.search-container {
margin-bottom: 16px;
}
.select-area {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
.select-box {
display: inline-box;
width: 186px;
background: #E9EFFF
;
background: #e9efff
;
border-radius: 4px;
padding:
6px 16px;
margin-right:
8px;
padding:
6px 16px;
margin-right:
8px;
display: flex;
justify-content: space-between;
.tip-icon
{
color:#2966FF
;
font-size:
14px;
margin-right:
4px;
.tip-icon
{
color: #2966ff
;
font-size:
14px;
margin-right:
4px;
}
.select-num
{
color:
#666666;
font-size:
14px;
.select-num
{
color:
#666666;
font-size:
14px;
}
.clear-btn
{
text-align:
right;
color:#2966FF
;
font-size:
14px;
.clear-btn
{
text-align:
right;
color: #2966ff
;
font-size:
14px;
}
}
.related-box
{
padding:
6px 16px;
background: #E9EFFF
;
.related-box
{
padding:
6px 16px;
background: #e9efff
;
border-radius: 4px;
flex:
1;
color:
#666666;
font-size:
14px;
flex:
1;
color:
#666666;
font-size:
14px;
}
}
.search-container {
...
...
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