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
7ada76e4
Commit
7ada76e4
authored
Nov 22, 2021
by
yangyang19979
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yangqingjie' into '
1a86cad6
'
更改搜索框 See merge request
!31
parents
5a52fe10
2a353519
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
16 deletions
+34
-16
class3.vue
src/pages/class3.vue
+34
-16
No files found.
src/pages/class3.vue
View file @
7ada76e4
...
...
@@ -31,11 +31,18 @@
/>
</div>
<div
class=
"select-item student-name"
>
<input
placeholder=
"学生姓名"
<select-list
class=
"input"
title=
"学生姓名"
:list=
"studentNameList"
v-model=
"studentName"
@
keyup
.
enter=
"Search"
/>
<!--
<input
placeholder=
"学生姓名"
v-model=
"studentName"
@
keyup
.
enter=
"Search"
/>
-->
</div>
<div
class=
"search"
...
...
@@ -106,8 +113,14 @@ export default {
{
name
:
'男'
},
{
name
:
'女'
}
],
// 老师姓名
studentName
:
''
// 学生姓名
studentName
:
{
name
:
''
},
// 学科性别结果
studentNameList
:
[
{
name
:
'顾雨辰'
}
]
}
},
methods
:
{
...
...
@@ -224,20 +237,25 @@ export default {
width
:
222px
;
padding
:
2px
10px
5px
;
background
:
rgba
(
7
,
32
,
65
,
0.3
);
border
:
1px
solid
rgba
(
73
,
133
,
217
,
0.6
);
//
border
:
1px
solid
rgba
(
73
,
133
,
217
,
0.6
);
>
input
{
width
:
100%
;
height
:
100%
;
font-size
:
16px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
color
:
#7AC6FA
;
background
:
none
;
//
.
input
{
//
width
:
100%
;
//
height
:
100%
;
//
font-size
:
16px
;
//
font-family
:
Microsoft
YaHei
;
//
font-weight
:
400
;
//
color
:
#7AC6FA
;
//
background
:
none
;
&::-webkit-input-placeholder
{
color
:
#7AC6FA
;
}
//
&::-webkit-input-placeholder
{
//
color
:
#7AC6FA
;
//
}
//
}
.input
{
margin
:
-2px
0px
0px
-10px
;
width
:
224px
;
height
:
32px
;
}
}
}
...
...
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