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
085083ee
Commit
085083ee
authored
Nov 22, 2021
by
杨青杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
7e1bfb26
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
index.vue
src/components/BulletFrame/index.vue
+8
-8
class3.vue
src/pages/class3.vue
+4
-4
tbg.jpg
static/images/class3/tbg.jpg
+0
-0
No files found.
src/components/BulletFrame/index.vue
View file @
085083ee
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
top
:
0px
;
top
:
0px
;
right
:
0px
;
right
:
0px
;
bottom
:
0px
;
bottom
:
0px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.
3
);
background-color
:
rgba
(
0
,
0
,
0
,
0.
6
);
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
...
@@ -61,16 +61,16 @@ export default {
...
@@ -61,16 +61,16 @@ export default {
//
padding
:
90px
30px
30px
30px
;
//
padding
:
90px
30px
30px
30px
;
position
:
relative
;
position
:
relative
;
background
:
radial-gradient
(
circle
,
#0D375F
,
#091F33
);
background
:
radial-gradient
(
circle
,
#0D375F
,
#091F33
);
border
:
3px
solid
;
//
border
:
3px
solid
;
border-image
:
linear-gradient
(
0deg
,
#71BEF9
,
#1E5D92
,
#002D52
,
#1F5E93
,
#71BEF8
)
3
3
;
//
border-image
:
linear-gradient
(
0deg
,
#71BEF9
,
#1E5D92
,
#002D52
,
#1F5E93
,
#71BEF8
)
3
3
;
.close
{
.close
{
cursor
:
pointer
;
cursor
:
pointer
;
position
:
fixed
;
position
:
fixed
;
top
:
1
5
5px
;
top
:
1
4
5px
;
right
:
3
1
5px
;
right
:
3
9
5px
;
width
:
4
0px
;
width
:
8
0px
;
height
:
4
0px
;
height
:
8
0px
;
z-index
:
1
;
z-index
:
1
;
//
background
:
url('../../../static/images/close.png')
no-repeat
left
top
;
//
background
:
url('../../../static/images/close.png')
no-repeat
left
top
;
}
}
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
width
:
1352px
;
width
:
1352px
;
height
:
792px
;
height
:
792px
;
z-index
:
0
;
z-index
:
0
;
overflow
:
hidden
;
//
overflow
:
hidden
;
}
}
}
}
}
}
...
...
src/pages/class3.vue
View file @
085083ee
...
@@ -146,10 +146,10 @@ export default {
...
@@ -146,10 +146,10 @@ export default {
* @method Search 查询更多
* @method Search 查询更多
*/
*/
Search
()
{
Search
()
{
// if (this.studentName === '小王
') {
if
(
this
.
studentName
===
'顾雨辰'
&&
this
.
gradeRes
.
name
===
'三年级'
&&
this
.
classRes
.
name
===
'四班'
&&
this
.
sexRes
.
name
===
'女
'
)
{
//
this.$router.push({path: '/student'})
this
.
$router
.
push
({
path
:
'/student'
})
//
}
}
this
.
$
router
.
push
({
path
:
'/student'
}
)
this
.
$
message
(
'暂无数据'
)
}
}
}
}
...
...
static/images/class3/
弹框背景
.jpg
→
static/images/class3/
tbg
.jpg
View file @
085083ee
File moved
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