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
715cc249
Commit
715cc249
authored
Mar 14, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页问题修复
parent
11e1b0b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
city-category.vue
src/components/navs/city-category.vue
+2
-0
hor-btm.vue
src/components/navs/hor-btm.vue
+5
-5
No files found.
src/components/navs/city-category.vue
View file @
715cc249
...
...
@@ -185,6 +185,7 @@
<q-menu
ref=
"address"
@
mouseenter=
"addressMenuEnter"
@
mouseleave=
"addressMenuLeave"
class=
"light-shadow"
>
<div
class=
"address-box flex"
>
...
...
@@ -493,6 +494,7 @@ export default {
this
.
$refs
.
address
.
show
();
},
mouseeleaveAddress
()
{
this
.
addressFocus
=
0
;
setTimeout
(()
=>
{
if
(
!
this
.
addressFocus
)
{
this
.
$refs
.
address
.
hide
();
...
...
src/components/navs/hor-btm.vue
View file @
715cc249
...
...
@@ -373,15 +373,15 @@ cursor: pointer;
</div>
<div
:class=
"$q.platform.is.desktop ? 'row': 'q-mt-lg'"
>
<div
v-for=
"(item,i) in dataList.FooterList"
:key=
"item.Id"
:class=
"{'q-ml-xl':i>0 && $q.platform.is.desktop}"
>
<div
class=
" text-weight-bold text-white"
:class=
"$q.platform.is.desktop ? 'text-subtitle1': 'f1
4
'"
>
{{ item.NavTitle }}
</div>
<div
:class=
"$q.platform.is.desktop ? 'q-mt-xl': 'q-mt-md'"
v-if=
"item.SubList"
>
<div
:class=
"$q.platform.is.desktop ? 'text-subtitle2 text-regular': 'f1
2'"
class=
"q-mb-lg
text-grey-8 cursor-pointer"
v-for=
"item2 in item.SubList"
:key=
"item2.Id"
@
click=
"navigateTo(item2)"
>
{{item2.NavTitle}}
</div>
<div
class=
" text-weight-bold text-white"
:class=
"$q.platform.is.desktop ? 'text-subtitle1': 'f1
6
'"
>
{{ item.NavTitle }}
</div>
<div
:class=
"$q.platform.is.desktop ? 'q-mt-xl': 'q-mt-md
row
'"
v-if=
"item.SubList"
>
<div
:class=
"$q.platform.is.desktop ? 'text-subtitle2 text-regular': 'f1
4'"
class=
"q-mb-lg q-mr-md
text-grey-8 cursor-pointer"
v-for=
"item2 in item.SubList"
:key=
"item2.Id"
@
click=
"navigateTo(item2)"
>
{{item2.NavTitle}}
</div>
</div>
</div>
</div>
<div
v-for=
"item in dataList.BottomList"
:key=
"item.Id"
>
<div
class=
"text-
subtitle1 text-weight-bold text-white
"
>
{{ item.NavTitle }}
</div>
<div
class=
"
q-mt-xl row"
style=
"width:210px"
>
<div
class=
"text-
weight-bold text-white"
:class=
"$q.platform.is.desktop ? 'text-subtitle1': 'f16'
"
>
{{ item.NavTitle }}
</div>
<div
class=
"
row"
:class=
"$q.platform.is.desktop ? 'q-mt-xl' : 'q-mt-md'"
:style=
"$q.platform.is.desktop ? 'width:210px': 'width:100%'"
>
<div
class=
"bg-white rounded-borders q-pa-xs overflow-hidden q-mb-md q-mr-md"
@
click=
"navigateTo(item2)"
v-for=
"item2 in item.SubList"
:key=
"item2.Id"
style=
"width:40px;height:34px;"
>
<img
style=
"width:100%"
:src=
"item2.Icon"
:title=
"item2.NavTitle"
/>
</div>
...
...
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