Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
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
viitto
pptist
Commits
620426e7
Commit
620426e7
authored
Nov 28, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化首页
parent
14381ccf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Index.vue
src/views/Market/Index.vue
+4
-4
No files found.
src/views/Market/Index.vue
View file @
620426e7
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</el-col>
</el-col>
</el-row>
</el-row>
<div
class=
"q-mt-lg bg-white rounded text-nowrap"
style=
"padding: 20px 20px 0 20px;"
>
<div
class=
"q-mt-lg bg-white rounded text-nowrap"
style=
"padding: 20px 20px 0 20px;"
>
<div
class=
"row text-small items-center
"
style=
"flex-wrap: wrap;
"
>
<div
class=
"row text-small items-center
wrap
"
>
<span
style=
"margin-right: 50px;"
>
适用线路:
</span>
<span
style=
"margin-right: 50px;"
>
适用线路:
</span>
<el-check-tag
:checked=
"queryObj.LineId == 0"
@
change=
"onLineChangeHandler(0)"
<el-check-tag
:checked=
"queryObj.LineId == 0"
@
change=
"onLineChangeHandler(0)"
class=
"text-small q-mr-md"
>
全部
</el-check-tag>
class=
"text-small q-mr-md"
>
全部
</el-check-tag>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<el-divider
style=
"margin:12px 0;border-top-color:#f3f6fb;"
></el-divider>
<el-divider
style=
"margin:12px 0;border-top-color:#f3f6fb;"
></el-divider>
<div
class=
"row wrap q-pb-md"
>
<div
class=
"row wrap q-pb-md"
>
<div
class=
"q-pb-md"
>
<div
class=
"q-pb-md"
>
<div
class=
"row text-small items-center"
>
<div
class=
"row text-small items-center
wrap
"
>
<span
style=
"margin-right: 50px;"
>
适用国家:
</span>
<span
style=
"margin-right: 50px;"
>
适用国家:
</span>
<el-check-tag
:checked=
"queryObj.CountryName == ''"
@
change=
"onCountryNameChangeHandler('')"
<el-check-tag
:checked=
"queryObj.CountryName == ''"
@
change=
"onCountryNameChangeHandler('')"
class=
"text-small q-mr-md"
>
通用
</el-check-tag>
class=
"text-small q-mr-md"
>
通用
</el-check-tag>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<div
class=
"MarketVerticalLine"
>
</div>
<div
class=
"MarketVerticalLine"
>
</div>
</div>
</div>
<div
class=
"q-pb-md"
>
<div
class=
"q-pb-md"
>
<div
class=
"row text-small items-center"
>
<div
class=
"row text-small items-center
wrap
"
>
<span
style=
"margin-right: 50px;"
>
季节:
</span>
<span
style=
"margin-right: 50px;"
>
季节:
</span>
<el-check-tag
:checked=
"queryObj.SeasonName == ''"
@
change=
"onSeasonNameChangeHandler('')"
<el-check-tag
:checked=
"queryObj.SeasonName == ''"
@
change=
"onSeasonNameChangeHandler('')"
class=
"text-small q-mr-md"
>
通用
</el-check-tag>
class=
"text-small q-mr-md"
>
通用
</el-check-tag>
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<div
class=
"MarketVerticalLine"
>
</div>
<div
class=
"MarketVerticalLine"
>
</div>
</div>
</div>
<div
class=
"q-pb-md"
>
<div
class=
"q-pb-md"
>
<div
class=
"row text-small items-center"
>
<div
class=
"row text-small items-center
wrap
"
>
<span
style=
"margin-right: 50px;"
>
颜色:
</span>
<span
style=
"margin-right: 50px;"
>
颜色:
</span>
<el-check-tag
:checked=
"queryObj.ColorName == ''"
@
change=
"onColorNameChangeHandler('')"
<el-check-tag
:checked=
"queryObj.ColorName == ''"
@
change=
"onColorNameChangeHandler('')"
class=
"text-small q-mr-md"
>
通用
</el-check-tag>
class=
"text-small q-mr-md"
>
通用
</el-check-tag>
...
...
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