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
b54446be
Commit
b54446be
authored
Jul 06, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:关联课程按钮置灰设置为不可点击
parent
e4673982
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
97 additions
and
96 deletions
+97
-96
src/modules/plan-manage/components/TrainingTask.less
+97
-96
No files found.
src/modules/plan-manage/components/TrainingTask.less
View file @
b54446be
.training-task{
.training-task
{
thead
{
thead
{
display:
none;
display:
none;
}
}
.ant-form-item
{
.ant-form-item
{
margin-bottom:
0 !important;
margin-bottom:
0 !important;
}
}
.add-task-con
{
.add-task-con
{
height: 52px;
height: 52px;
background: #F7F8F
9;
background: #f7f8f
9;
border-radius: 2px;
border-radius: 2px;
padding:
16px;
padding:
16px;
margin-top:
16px;
margin-top:
16px;
.add-task-btn-disabled
{
.add-task-btn-disabled
{
color:#CCCCCC
;
color: #cccccc
;
font-size:
14px;
font-size:
14px;
}
}
.add-task-btn{
.add-task-btn {
color: #2966FF
;
color: #2966ff
;
font-size:
14px;
font-size:
14px;
}
}
}
}
}
}
.plan-sort-task-item{
.plan-sort-task-item
{
.task-con{
.task-con
{
display:flex;
display:
flex;
padding:16px;
padding:
16px;
background: #
F7F8F
9;
background: #
f7f8f
9;
border-radius: 2px;
border-radius: 2px;
justify-content: space-between;
justify-content: space-between;
align-items: center;
align-items: center;
.task-instro{
.task-instro
{
display:flex;
display:
flex;
align-items: center;
align-items: center;
.open-icon{
.open-icon
{
color:#999999;
color:
#999999;
font-size:10px;
font-size:
10px;
}
}
.task-name-con{
.task-name-con
{
display:flex;
display:
flex;
align-items: center;
align-items: center;
color:#333333;
color:
#333333;
font-size:14px;
font-size:
14px;
.number{
.number
{
margin-right:10px;
margin-right:
10px;
margin-left:10px;
margin-left:
10px;
}
}
.task-name-input{
.task-name-input
{
width: 300px;
width: 300px;
height: 32px;
height: 32px;
background: #
FFFFFF
;
background: #
ffffff
;
border-radius: 4px;
border-radius: 4px;
}
}
}
}
}
}
.operate{
.operate
{
display: none;
display: none;
.operate__item{
.operate__item
{
cursor:pointer;
cursor:
pointer;
margin-left:16px;
margin-left:
16px;
color:#666666;
color:
#666666;
font-size:14px;
font-size:
14px;
.icon{
.icon
{
font-size:14px;
font-size:
14px;
color:#999;
color:
#999;
}
}
.text{
.text
{
margin-left:8px;
margin-left:
8px;
}
}
}
}
}
}
&:hover{
&:hover
{
.operate{
.operate
{
display:block;
display:
block;
}
}
}
}
}
}
.course-box{
.course-box {
.add-course-con{
.add-course-con {
padding:16px 51px;
padding: 16px 51px;
color: #2966FF;
color: #2966ff;
font-size:14px;
font-size: 14px;
.add-course-btn-disabled{
.add-course-btn-disabled {
font-size:14px;
font-size: 14px;
color:#ccc;
color: #ccc;
pointer-events: none;
}
}
}
}
}
}
}
}
.plan-course-sort-item{
.plan-course-sort-item
{
display:flex;
display:
flex;
padding:16px 16px 16px 0px;
padding:
16px 16px 16px 0px;
margin-left:51px;
margin-left:
51px;
justify-content: space-between;
justify-content: space-between;
align-items: center;
align-items: center;
border-bottom:
1px dotted #E8E8E
8;
border-bottom:
1px dotted #e8e8e
8;
&:hover{
&:hover
{
.course-operate{
.course-operate
{
display:block;
display:
block;
}
}
}
}
.course-operate{
.course-operate
{
display: none;
display: none;
.operate__item{
.operate__item
{
cursor:pointer;
cursor:
pointer;
margin-left:16px;
margin-left:
16px;
color:#666666;
color:
#666666;
font-size:14px;
font-size:
14px;
.icon{
.icon
{
font-size:14px;
font-size:
14px;
color:#999;
color:
#999;
}
}
.text{
.text
{
margin-left:8px;
margin-left:
8px;
}
}
}
}
}
}
.course-info{
.course-info
{
.ant-form{
.ant-form
{
display:inline-block;
display:
inline-block;
}
}
.course-name-input{
.course-name-input
{
margin-right:8px;
margin-right:
8px;
}
}
.course-type{
.course-type
{
font-size:
11px;
font-size:
11px;
color:
#666666;
color:
#666666;
padding:
0px 6px;
padding:
0px 6px;
border: 1px solid #999999;
border: 1px solid #999999;
margin-right:
4px;
margin-right:
4px;
border-radius: 2px;
border-radius: 2px;
line-height: 16px;
line-height: 16px;
}
}
.course-name{
.course-name
{
color:
#666666;
color:
#666666;
font-size:
14px;
font-size:
14px;
margin-right:
8px;
margin-right:
8px;
}
}
.tip{
.tip
{
font-size:
14px;
font-size:
14px;
color:#FF4F4F
;
color: #ff4f4f
;
margin-right:
2px;
margin-right:
2px;
}
}
.course-state{
.course-state
{
color:
#999;
color:
#999;
font-size:
14px;
font-size:
14px;
}
}
}
}
}
}
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