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
fac1fce5
Commit
fac1fce5
authored
Feb 17, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选择目的地样式调整
parent
20cc4ce9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
hor-big-one.vue
src/components/navs/hor-big-one.vue
+3
-3
No files found.
src/components/navs/hor-big-one.vue
View file @
fac1fce5
...
...
@@ -97,7 +97,7 @@ margin-right: 20px;
height
:
32px
;
line-height
:
32px
;
/* display: inline-block; */
margin
:
0
10px
18
px
0
;
margin
:
0
20px
4
px
0
;
cursor
:
pointer
;
font-weight
:
bold
;
}
...
...
@@ -365,7 +365,7 @@ color: #EE4454;
<span
slot=
"default"
class=
"flex item-center"
>
<i
class=
"iconfont icondingweixiao q-icon notranslate"
style=
"font-size: 14px; margin-right: 8px"
></i>
選擇目的地
</span>
<q-menu
ref=
"address"
@
mouseenter=
"addressMenuEnter"
@
mouseleave=
"addressMenuLeave"
>
<q-menu
ref=
"address"
@
mouseenter=
"addressMenuEnter"
>
<div
class=
"address-box flex"
>
<div
class=
"menu-box"
>
<div
...
...
@@ -409,7 +409,7 @@ color: #EE4454;
<div
@
click=
"handleSelectArea(item)"
class=
"city2"
>
{{item.Name}}
</div>
<div
class=
"flex flex-wrap"
>
<div
class=
"flex flex-wrap"
style=
"width: 500px"
>
<div
@
click=
"handleSelectArea(item2)"
class=
"city3"
v-for=
"item2 in item.SubList"
:key=
"item2.Id"
>
{{item2.Name}}
</div>
</div>
</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