Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
a385c668
Commit
a385c668
authored
Sep 16, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
41146181
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
contract.vue
src/pages/contract/contract.vue
+4
-3
course.vue
src/pages/course/course.vue
+3
-2
progress.vue
src/pages/progress/progress.vue
+3
-2
surplusTime.vue
src/pages/surplusTime/surplusTime.vue
+3
-2
No files found.
src/pages/contract/contract.vue
View file @
a385c668
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<van-toast
id=
"van-toast"
/>
<van-toast
id=
"van-toast"
/>
<view
class=
"top-bar flex"
>
<view
class=
"top-bar flex"
>
<view
class=
"top-left flex flex_between_center"
>
<view
class=
"top-left flex flex_between_center"
>
<view
class=
"top-title"
>
电子合同
</view>
<view
class=
"top-title
one_line
"
>
电子合同
</view>
<van-image
<van-image
width=
"58rpx"
width=
"58rpx"
height=
"66rpx"
height=
"66rpx"
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon5.png"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon5.png"
/>
/>
</view>
</view>
<view
class=
"top-right
flex_grow
"
>
<view
class=
"top-right"
>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"section-name one_line"
>
{{
data
.
length
}}
个合同
</view>
<view
class=
"section-name one_line"
>
{{
data
.
length
}}
个合同
</view>
</view>
</view>
...
@@ -122,7 +122,8 @@ export default {
...
@@ -122,7 +122,8 @@ export default {
color
:
#0f1b35
;
color
:
#0f1b35
;
}
}
.top-right
{
.top-right
{
height
:
100%
;
width
:
440
rpx
;
height
:
120
rpx
;
}
}
.course-name
{
.course-name
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
src/pages/course/course.vue
View file @
a385c668
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon2.png"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon2.png"
/>
/>
</view>
</view>
<view
class=
"top-right
flex_grow
"
>
<view
class=
"top-right"
>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"section-name one_line"
>
{{
data
.
length
}}
个章节
</view>
<view
class=
"section-name one_line"
>
{{
data
.
length
}}
个章节
</view>
</view>
</view>
...
@@ -132,7 +132,8 @@ export default {
...
@@ -132,7 +132,8 @@ export default {
color
:
#0f1b35
;
color
:
#0f1b35
;
}
}
.top-right
{
.top-right
{
height
:
100%
;
width
:
440
rpx
;
height
:
120
rpx
;
}
}
.course-name
{
.course-name
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
src/pages/progress/progress.vue
View file @
a385c668
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon3.png"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon3.png"
/>
/>
</view>
</view>
<view
class=
"top-right
flex_grow
"
>
<view
class=
"top-right"
>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"section-name one_line"
>
{{
data
.
length
}}
个章节
</view>
<view
class=
"section-name one_line"
>
{{
data
.
length
}}
个章节
</view>
</view>
</view>
...
@@ -123,7 +123,8 @@ export default {
...
@@ -123,7 +123,8 @@ export default {
color
:
#0f1b35
;
color
:
#0f1b35
;
}
}
.top-right
{
.top-right
{
height
:
100%
;
width
:
440
rpx
;
height
:
120
rpx
;
}
}
.course-name
{
.course-name
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
src/pages/surplusTime/surplusTime.vue
View file @
a385c668
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon4.png"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon4.png"
/>
/>
</view>
</view>
<view
class=
"top-right
flex_grow
"
>
<view
class=
"top-right"
>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"course-name one_line"
>
{{
CourseName
}}
</view>
<view
class=
"section-name one_line"
>
{{
SurplusHours
}}
课时
</view>
<view
class=
"section-name one_line"
>
{{
SurplusHours
}}
课时
</view>
</view>
</view>
...
@@ -150,7 +150,8 @@ export default {
...
@@ -150,7 +150,8 @@ export default {
color
:
#0f1b35
;
color
:
#0f1b35
;
}
}
.top-right
{
.top-right
{
height
:
100%
;
width
:
440
rpx
;
height
:
120
rpx
;
}
}
.course-name
{
.course-name
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
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