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
96b6fd8b
Commit
96b6fd8b
authored
Jun 01, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:1。培训计划计划列表显示封面。2。知识库-添加知识-添加视频课程中课程分类搜索框没有placeholder问题修复
parent
b6e69746
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
83 additions
and
67 deletions
+83
-67
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
+41
-28
src/modules/plan-manage/modal/relatedCourseModal.less
+42
-39
No files found.
src/modules/knowledge-base/modal/AddCourse.jsx
View file @
96b6fd8b
This diff is collapsed.
Click to expand it.
src/modules/plan-manage/components/PlanList.jsx
View file @
96b6fd8b
This diff is collapsed.
Click to expand it.
src/modules/plan-manage/components/PlanList.less
View file @
96b6fd8b
.plan-list{
.plan-list
{
margin-top:
12px;
margin-top:
12px;
.course-number
{
.course-number
{
text-align:
right;
text-align:
right;
margin-right:
45px;
margin-right:
45px;
}
}
.plan-list-table
{
.plan-list-table
{
tbody {
tbody {
tr
{
tr
{
&:nth-child(even)
{
&:nth-child(even)
{
background: transparent !important;
background: transparent !important;
td
{
td
{
background:#FFF
!important;
background: #fff
!important;
}
}
}
}
&:nth-child(odd)
{
&:nth-child(odd)
{
background: #FAFAFA
!important;
background: #fafafa
!important;
td
{
td
{
background: #FAFAFA
!important;
background: #fafafa
!important;
}
}
}
}
&:hover
{
&:hover
{
td
{
td
{
background:#F
3f6fa !important;
background: #f
3f6fa !important;
}
}
}
}
}
}
}
}
}
}
.plan-name{
.plan_name_item {
text-overflow: -o-ellipsis-lastline;
display: flex;
.plan-cover {
min-width: 97px;
max-width: 97px;
height: 50px;
border-radius: 2px;
margin-right: 8px;
}
.plan-name {
color: #666;
width: 188px;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
height: 48px;
}
}
}
.operate-text {
.operate-text {
color: #2966FF
;
color: #2966ff
;
cursor: pointer;
cursor: pointer;
}
}
.operate {
.operate {
display: flex;
display: flex;
&__item {
&__item {
color: #2966FF
;
color: #2966ff
;
cursor: pointer;
cursor: pointer;
&.split {
&.split {
margin: 0 8px;
margin: 0 8px;
color: #BFBFBF
;
color: #bfbfbf
;
}
}
}
}
}
}
.join-number
{
.join-number
{
text-align:
right;
text-align:
right;
margin-right:
12px;
margin-right:
12px;
}
}
.more-operate
{
.more-operate
{
line-height:
20px;
line-height:
20px;
}
}
}
}
src/modules/plan-manage/modal/relatedCourseModal.less
View file @
96b6fd8b
...
@@ -2,54 +2,57 @@
...
@@ -2,54 +2,57 @@
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
font-weight: 500;
font-weight: 500;
}
}
.link-create-course{
.ant-modal-footer {
color:#666666;
display: flex;
font-size:14px;
}
width:638px;
.link-create-course {
text-align:left;
color: #666666;
display:inline-block;
font-size: 14px;
span{
width: 638px;
color:#2966FF;
text-align: left;
}
display: inline-block;
}
span {
.search-container{
color: #2966ff;
margin-bottom:16px;
}
}
}
.select-area{
.search-container {
margin-bottom:12px;
margin-bottom: 16px;
display:flex;
}
justify-content:space-between;
.select-area {
.select-box{
margin-bottom: 12px;
display:inline-box;
display: flex;
justify-content: space-between;
.select-box {
display: inline-box;
width: 186px;
width: 186px;
background: #E9EFFF
;
background: #e9efff
;
border-radius: 4px;
border-radius: 4px;
padding:
6px 16px;
padding:
6px 16px;
margin-right:
8px;
margin-right:
8px;
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
.tip-icon
{
.tip-icon
{
color:#2966FF
;
color: #2966ff
;
font-size:
14px;
font-size:
14px;
margin-right:
4px;
margin-right:
4px;
}
}
.select-num
{
.select-num
{
color:
#666666;
color:
#666666;
font-size:
14px;
font-size:
14px;
}
}
.clear-btn
{
.clear-btn
{
text-align:
right;
text-align:
right;
color:#2966FF
;
color: #2966ff
;
font-size:
14px;
font-size:
14px;
}
}
}
}
.related-box
{
.related-box
{
padding:
6px 16px;
padding:
6px 16px;
background: #E9EFFF
;
background: #e9efff
;
border-radius: 4px;
border-radius: 4px;
flex:
1;
flex:
1;
color:
#666666;
color:
#666666;
font-size:
14px;
font-size:
14px;
}
}
}
}
.search-container {
.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