Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
0f1f93bf
Commit
0f1f93bf
authored
Jun 29, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
92b3f1bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
13 deletions
+20
-13
cancelClassList.vue
src/pages/stuMan/components/cancelClassList.vue
+20
-13
No files found.
src/pages/stuMan/components/cancelClassList.vue
View file @
0f1f93bf
...
...
@@ -17,10 +17,10 @@
<div
class=
"content-title teacherName"
>
老师名字
</div>
<div
class=
"content-title traineesName activeOne"
>
学员名字
</div>
<div
class=
"right-content"
v-for=
"item in 3"
>
<
div
class=
"content-single"
>
语音1语音1语音1语音1
</div
>
<div
class=
"content-multiple"
>
<div
class=
"content-tetx
"
>
理解1语音1语音1语音1
</div>
<div
class=
"content-tetx"
>
活动2
</div>
<
!--
<div
class=
"content-single activeOne"
>
语音1语音1语音1语音1
</div>
--
>
<div
class=
"content-multiple
fit row
"
>
<div
class=
"content-tetx
activeOne"
>
理解
</div>
<div
class=
"content-tetx
activeTwo
"
>
活动2
</div>
</div>
<div
class=
"content-show"
>
<div></div>
...
...
@@ -162,9 +162,9 @@
border-right
:
1px
solid
#DDDEE0
;
}
.right-content
{
display
:
flex
;
flex-direction
:
column
;
width
:
8
0px
;
/*
display: flex;
flex-direction: column;
*/
width
:
9
0px
;
height
:
40px
;
border-bottom
:
1px
solid
#DDDEE0
;
border-right
:
1px
solid
#DDDEE0
;
...
...
@@ -177,19 +177,26 @@
.content-single
,
.content-tetx
{
flex
:
1
;
flex-shrink
:
0
;
line-height
:
40px
;
text-align
:
center
;
overflow
:
hidden
;
white-space
:
nowrap
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
/** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient
:
vertical
;
/** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp
:
2
;
/** 显示的行数 **/
overflow
:
hidden
;
padding
:
0
5px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.
right-content
.activeOne
{
.
content-single.activeOne
,
.content-tetx
.activeOne
{
background
:
#6FE053
;
}
.
right-content
.activeTwo
{
.
content-tetx.activeTwo
,
.content-tetx
.activeTwo
{
background
:
#FA716A
;
color
:
white
;
}
.content-tetx.activeThree
,
.content-tetx.activeThree
{
background
:
#BDD7EE
;
}
.content-tetx
{
border-right
:
1px
solid
#DDDEE0
;
...
...
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