Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
166b5f22
Commit
166b5f22
authored
Jun 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
c12ff145
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
courseCard.vue
src/components/index/workSituation/courseCard.vue
+9
-5
workSituation.vue
src/pages/index/workSituation.vue
+1
-1
No files found.
src/components/index/workSituation/courseCard.vue
View file @
166b5f22
...
...
@@ -54,7 +54,7 @@
</view>
<view
class=
"courseCard-title"
v-if=
"courses.AllCourseList.length>0 && Keywords==''"
>
<view
class=
"workSituation-title-box flex"
>
<view
class=
"workSituation-title
flex
"
<view
class=
"workSituation-title"
:class=
"
{'active':currentIndex==index}"
v-for="(t,index) in titleList" :key="index"
@click="toggleTitle(index)">
...
...
@@ -215,18 +215,22 @@
}
.workSituation-title.active
{
position
:
relative
;
font-weight
:
bold
;
color
:
#FFF
;
background-color
:
#282828
;
}
.workSituation-title
{
flex
:
1
;
color
:
#282828
;
font-size
:
26
rpx
;
font-weight
:
bold
;
align-items
:
center
;
letter-spacing
:
1
px
;
border-radius
:
30
rpx
;
text-align
:
center
;
line-height
:
60
r
px
;
}
.workSituation-title-box
{
margin
:
0
50
rpx
;
padding
:
17
rpx
0
17
rpx
28
rpx
;
height
:
64
rpx
;
background
:
#F0F0F0
;
border-radius
:
30
rpx
;
}
...
...
src/pages/index/workSituation.vue
View file @
166b5f22
...
...
@@ -50,7 +50,7 @@
<studentList
@
selected=
"selectStuHandler"
v-if=
"tabNme=='学生列表'"
:dataList=
"students"
></studentList>
<examList
@
change=
"changeExamHandler"
v-if=
"tabNme=='考试信息'"
:dataList=
"exams"
:CourseId=
"currentCourseId"
></examList>
</scroll-view>
<
Loadmore
:state=
"pageState"
/
>
<
!--
<Loadmore
:state=
"pageState"
/>
--
>
</view>
</view>
</
template
>
...
...
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