Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
million
Commits
913b8e34
Commit
913b8e34
authored
Mar 14, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索页适配移动端
parent
87315ca7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
kkday.vue
src/components/searchdata/kkday.vue
+6
-5
Search.vue
src/pages/Search.vue
+2
-2
No files found.
src/components/searchdata/kkday.vue
View file @
913b8e34
<
template
>
<div
class=
"
row items-start q-mt-lg
"
>
<div
class=
"col-3
q-mr-lg
"
>
<div
class=
"
items-start q-mt-lg"
:class=
"$q.platform.is.desktop ? 'row' : 'colmuns'
"
>
<div
class=
"col-3
"
:class=
"$q.platform.is.desktop ? 'q-mr-lg' : 'q-ma-md'
"
>
<q-card
flat
class=
"rounded-borders q-py-md"
>
<div
class=
"text-subtitle1 text-weight-bold q-mx-md"
>
篩選目的地
</div>
<q-input
...
...
@@ -154,10 +154,10 @@
rounded-borders
cursor-pointer
overflow-hidden
q-mb-md
row
bg-white
"
:
class
=
"$q.platform.is.desktop ? 'row q-mb-md' : 'colmuns q-ma-md'"
@
click
=
"GotoDetails(x)"
v
-
for
=
"(x, i) in DataList"
:
key
=
"i"
...
...
@@ -167,7 +167,8 @@
:
ratio
=
"1"
spinner
-
color
=
"grey"
spinner
-
size
=
"20px"
width
=
"272px"
:
width
=
"$q.platform.is.desktop ? '272px' : ''"
:
height
=
"$q.platform.is.desktop ? '' : '200px'"
class
=
"bg-grey-3"
/>
<
div
class
=
"q-pa-md col column"
>
...
...
src/pages/Search.vue
View file @
913b8e34
...
...
@@ -791,7 +791,7 @@
</div>
<!-- 手机端 -->
<div
class=
"mobileSearch q-mt-md"
>
<
!-- <
div class="mobileSearch q-mt-md">
<div class="search-bar-m">
<i class="iconfont iconchazhao"></i>
<input
...
...
@@ -815,7 +815,7 @@
/>
<div class="sortShaixuan" @click="fullHeight = true">更多篩選條件</div>
</div>
</div>
</div>
-->
<
template
v-if=
"ShowType==0"
>
<!--豆腐格-->
...
...
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