Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
JuyuanPrimarySchool
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-project
JuyuanPrimarySchool
Commits
6d6b6827
Commit
6d6b6827
authored
Nov 21, 2021
by
wangdongchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wdc' into '
1a86cad6
'
add See merge request
!6
parents
2fdd62e0
d1ad4a9b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
7 deletions
+32
-7
junior.vue
src/pages/junior.vue
+31
-2
primary.vue
src/pages/primary.vue
+0
-4
safety.vue
src/pages/safety.vue
+1
-1
junior.png
static/images/junior.png
+0
-0
No files found.
src/pages/junior.vue
View file @
6d6b6827
<
template
>
<div
class=
"junior-page"
>
<div
class=
"header"
>
<div
class=
"loge"
></div>
<div
class=
"back"
@
click=
"back"
></div>
</div>
</div>
</
template
>
<
script
>
export
default
{
methods
:
{
back
()
{
this
.
$router
.
push
(
'/growth'
)
}
}
}
</
script
>
...
...
@@ -14,5 +21,27 @@ export default {
.junior-page
{
width
:
1920px
;
height
:
1080px
;
margin
:
0
auto
;
background
:
url('../../static/images/junior.png')
no-repeat
left
top
;
.header{
width
:
100%
;
height
:
77px
;
display
:
flex
;
justify-content
:
space-between
;
.loge{
width
:
377px
;
height
:
76px
;
}
.back
{
cursor
:
pointer
;
display
:
flex
;
justify-content
:
flex-end
;
height
:
35px
;
width
:
83px
;
margin
:
15px
;
margin-top
:
63px
;
background
:
url('../../static/images/back.png')
no-repeat
left
top
;
}
}
}
</
style
>
src/pages/primary.vue
View file @
6d6b6827
...
...
@@ -10,9 +10,6 @@
<
script
>
export
default
{
methods
:
{
loge
()
{
},
back
()
{
this
.
$router
.
push
(
'/growth'
)
}
...
...
@@ -32,7 +29,6 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
.loge{
cursor
:
pointer
;
width
:
377px
;
height
:
76px
;
}
...
...
src/pages/safety.vue
View file @
6d6b6827
...
...
@@ -72,7 +72,7 @@ export default {
height
:
37px
;
}
&
:nth-child
(
2
)
{
margin-right
:
0px
;
margin-right
:
1
0px
;
}
&
:nth-child
(
3
)
{
padding-top
:
0px
;
...
...
static/images/junior.png
0 → 100644
View file @
6d6b6827
535 KB
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