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
f528002d
Commit
f528002d
authored
May 27, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面下修改
parent
ef9d42a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
4 deletions
+21
-4
JobComponents.vue
src/components/index/JobComponents.vue
+17
-0
course-card.vue
src/components/index/course-card.vue
+2
-1
examComponents.vue
src/components/index/examComponents.vue
+2
-3
No files found.
src/components/index/JobComponents.vue
View file @
f528002d
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
</view>
</view>
<view
class=
"JobComponents-line"
>
<view
class=
"JobComponents-line"
>
<view
class=
"JobComponents-point"
></view>
<view
class=
"JobComponents-point"
></view>
<view
class=
"JobComponents-year"
v-if=
"jobData.TimeTile&&jobData.TimeTile!=''"
>
{{
jobData
.
TimeTile
}}
年
</view>
</view>
</view>
</view>
</view>
<view
class=
"JobComponents-center-box"
@
click=
"JobDetails"
>
<view
class=
"JobComponents-center-box"
@
click=
"JobDetails"
>
...
@@ -112,6 +115,20 @@
...
@@ -112,6 +115,20 @@
flex-shrink
:
0
;
flex-shrink
:
0
;
margin-left
:
11
rpx
;
margin-left
:
11
rpx
;
}
}
.JobComponents-year
{
width
:
127
rpx
;
line-height
:
111
rpx
;
text-align
:
center
;
position
:
absolute
;
left
:
-125
rpx
;
top
:
-110
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653476346000_445.png')
no-repeat
;
background-size
:
100%
100%
;
color
:
#FFFFFF
;
font-size
:
30
rpx
;
font-weight
:
bold
;
}
.JobComponents.activeThree
.operation-state-text
{
.JobComponents.activeThree
.operation-state-text
{
color
:
#CD3D47
;
color
:
#CD3D47
;
...
...
src/components/index/course-card.vue
View file @
f528002d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view
class=
"course-item"
>
<view
class=
"course-item"
>
<view
style=
"width:287rpx;"
>
<view
style=
"width:287rpx;"
>
<view
class=
"course-name"
>
<view
class=
"course-name"
>
{{
stuCourseList
[
0
].
CourseName
}}
{{
stuCourseList
[
0
].
CourseName
}}
</view>
</view>
<van-progress
:percentage=
"calcPercentage(stuCourseList[0])"
:show-pivot=
"false"
track-color=
"#EFEFEF"
color=
"#282828"
<van-progress
:percentage=
"calcPercentage(stuCourseList[0])"
:show-pivot=
"false"
track-color=
"#EFEFEF"
color=
"#282828"
stroke-width=
"5"
/>
stroke-width=
"5"
/>
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
let
data
=
reactive
({
let
data
=
reactive
({
statusBarHeight
:
24
,
statusBarHeight
:
24
,
showItems
:
false
,
showItems
:
false
,
currentCourse
:{}
});
});
let
methods
=
{
let
methods
=
{
exchangeItemHandler
()
{
exchangeItemHandler
()
{
...
...
src/components/index/examComponents.vue
View file @
f528002d
<
template
>
<
template
>
<view
class=
"examComponents-box"
>
<view
class=
"examComponents-box"
>
<view
class=
"examComponents activeOne flex"
>
<view
class=
"examComponents activeOne flex"
>
<view
class=
"examComponents-time-box flex"
>
<view
class=
"examComponents-time-box flex"
>
<view
class=
"examComponents-time"
>
<view
class=
"examComponents-time"
>
<view>
{{
jobData
.
CreateTime
}}
</view>
<view>
{{
jobData
.
CreateTime
}}
</view>
</view>
</view>
<view
class=
"examComponents-line"
>
<view
class=
"examComponents-line"
>
<view
class=
"examComponents-point"
></view>
<view
class=
"examComponents-point"
></view>
<view
class=
"examComponents-year"
>
<view
class=
"examComponents-year"
v-if=
"jobData.TimeTile&&jobData.TimeTile!=''"
>
2021
年
{{
jobData
.
TimeTile
}}
年
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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