Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
C
crsf-ptvue
Project
Project
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
wuhan
crsf-ptvue
Commits
ac43bfc8
Commit
ac43bfc8
authored
Sep 30, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
d9beaac5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.vue
src/layout/header-aside/components/line-header/index.vue
+7
-7
No files found.
src/layout/header-aside/components/line-header/index.vue
View file @
ac43bfc8
...
...
@@ -7,12 +7,12 @@
<option
v-for=
"item in options"
:key=
"item.value"
:value=
"item.value"
>
{{
item
.
label
}}
</option>
</select>
-->
<div
class=
"select-title"
>
选择区域
</div>
<el-select
v-if=
"type==2"
class=
"line-select"
v-model=
"lineId"
placeholder=
""
@
change =
"lineChange"
>
<el-select
class=
"line-select"
v-model=
"lineId"
placeholder=
""
@
change =
"lineChange"
>
<el-option
v-for=
"item in lineList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
<el-select
v-if=
"type==3"
class=
"line-select"
v-model=
"lineId"
placeholder=
""
@
change =
"lineChange"
>
<
!--
<
el-select
v-if=
"type==3"
class=
"line-select"
v-model=
"lineId"
placeholder=
""
@
change =
"lineChange"
>
<el-option
v-for=
"item in lineList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
</el-select>
-->
</div>
<div
class=
"line-road1"
v-if=
"stationList.length
<
=
20
"
>
<div
class=
"line1"
>
...
...
@@ -212,14 +212,14 @@ export default {
text-indent
:
10px
;
}
.line-select
{
width
:
100px
;
//
width: 100px;
height
:
25px
;
padding-top
:
5px
;
line-height
:
25px
;
// border: 1px solid #35AFF8;
/
deep
/
input
{
width
:
90px
;
//
width: 90px;
height
:
25px
;
line-height
:
25px
;
border
:
none
;
...
...
@@ -229,9 +229,9 @@ export default {
-moz-appearance
:
none
;
-webkit-appearance
:
none
;
margin-left
:
5px
;
padding-left
:
5px
;
//
padding-left: 5px;
background
:
url(../../imgs/select-bg.png)
;
background-size
:
1
0
0%
100%
!
important
;
background-size
:
1
1
0%
100%
!
important
;
// background: linear-gradient(left , rgb(217, 232, 228) 56% , rgb(245, 241, 248) 84%);
// background: -o-linear-gradient(left , rgb(217, 232, 228) 56% , rgb(245, 241, 248) 84%);
// background: -ms-linear-gradient(left , rgb(217, 232, 228) 56% , rgb(245, 241, 248) 84%);
...
...
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