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
0151da1d
Commit
0151da1d
authored
Nov 21, 2021
by
wdc147
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
89d58a19
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
growthRecord.vue
src/pages/growthRecord.vue
+5
-2
primary.vue
src/pages/primary.vue
+1
-0
safety.vue
src/pages/safety.vue
+1
-0
No files found.
src/pages/growthRecord.vue
View file @
0151da1d
...
...
@@ -90,11 +90,11 @@ export default {
},
// 三年级
threegrade
()
{
this
.
$router
.
push
(
'/class3'
)
},
// 六年级
sixgrade
()
{
this
.
$router
.
push
(
'/sixthForm'
)
},
// 小学
primary
()
{
...
...
@@ -112,6 +112,7 @@ export default {
.growthRecord
{
width
:
1920px
;
height
:
1080px
;
margin
:
0
auto
;
background
:
url('../../static/images/growthRecord/backurl.jpg')
no-repeat
left
top
;
.content{
...
...
@@ -180,8 +181,10 @@ export default {
width
:
120px
;
height
:
100%
;
margin-left
:
457px
;
cursor
:
pointer
;
}
.gradesix
{
cursor
:
pointer
;
width
:
120px
;
height
:
100%
;
margin-left
:
465px
;
...
...
src/pages/primary.vue
View file @
0151da1d
...
...
@@ -24,6 +24,7 @@ export default {
.primary-page
{
width
:
1920px
;
height
:
1080px
;
margin
:
0
auto
;
background
:
url('../../static/images/primary.png')
no-repeat
left
top
;
.header{
width
:
100%
;
...
...
src/pages/safety.vue
View file @
0151da1d
...
...
@@ -42,6 +42,7 @@ export default {
.safety-page
{
width
:
1920px
;
height
:
1080px
;
margin
:
0
auto
;
background
:
url('../../static/images/safety/backurl.png')
no-repeat
left
top
;
.header{
width
:
100%
;
...
...
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