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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
111 additions
and
96 deletions
+111
-96
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
+61
-49
src/modules/plan-manage/modal/relatedCourseModal.less
+50
-47
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){
}
background: #FAFAFA !important;
&:nth-child(odd) {
td{
background: #fafafa !important;
background: #FAFAFA !important;
td {
}
background: #fafafa !important;
}
}
&:hover{
}
td
{
&:hover
{
background:#F3f6fa !important;
td {
}
background: #f3f6fa !important;
}
}
}
}
}
}
}
}
.plan-name{
}
text-overflow: -o-ellipsis-lastline;
.plan_name_item {
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 {
}
color: #2966FF;
.operate-text {
color: #2966ff;
cursor: pointer;
}
.operate {
display: flex;
&__item {
color: #2966ff;
cursor: pointer;
cursor: pointer;
}
.operate {
&.split {
display: flex;
margin: 0 8px;
color: #bfbfbf;
&__item {
color: #2966FF;
cursor: pointer;
&.split {
margin: 0 8px;
color: #BFBFBF;
}
}
}
}
}
.join-number{
}
text-align:right;
.join-number {
margin-right:12px;
text-align: right;
}
margin-right: 12px;
.more-operate{
}
line-height:20px;
.more-operate {
}
line-height: 20px;
}
}
\ No newline at end of file
}
src/modules/plan-manage/modal/relatedCourseModal.less
View file @
96b6fd8b
...
@@ -2,55 +2,58 @@
...
@@ -2,55 +2,58 @@
.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 {
color: #2966ff;
}
}
.search-container{
}
margin-bottom:16px;
.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;
border-radius: 4px;
padding: 6px 16px;
margin-right: 8px;
display: flex;
justify-content: space-between;
.tip-icon {
color: #2966ff;
font-size: 14px;
margin-right: 4px;
}
.select-num {
color: #666666;
font-size: 14px;
}
.clear-btn {
text-align: right;
color: #2966ff;
font-size: 14px;
}
}
.related-box {
padding: 6px 16px;
background: #e9efff;
border-radius: 4px;
flex: 1;
color: #666666;
font-size: 14px;
}
}
.select-area{
margin-bottom:12px;
display:flex;
justify-content:space-between;
.select-box{
display:inline-box;
width: 186px;
background: #E9EFFF;
border-radius: 4px;
padding:6px 16px;
margin-right:8px;
display: flex;
justify-content: space-between;
.tip-icon{
color:#2966FF;
font-size:14px;
margin-right:4px;
}
.select-num{
color:#666666;
font-size:14px;
}
.clear-btn{
text-align:right;
color:#2966FF;
font-size:14px;
}
}
.related-box{
padding:6px 16px;
background: #E9EFFF;
border-radius: 4px;
flex:1;
color:#666666;
font-size:14px;
}
}
}
.search-container {
.search-container {
margin-bottom: 16px;
margin-bottom: 16px;
...
...
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