Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
403aadde
Commit
403aadde
authored
Jun 07, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
59e47805
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
list.vue
pages/restaurant/list.vue
+7
-4
list.vue
pages/ticketCoupons/list.vue
+7
-4
No files found.
pages/restaurant/list.vue
View file @
403aadde
...
...
@@ -2,6 +2,7 @@
<view
class=
"hotel-list"
>
<view
class=
"search-box"
>
<view
class=
"city-box"
@
click=
"showCity"
>
<u-icon
name=
"location"
:size=
"28"
></u-icon>
{{
city
}}
</view>
<view
style=
"width: 1px; flex: 1;"
>
...
...
@@ -513,18 +514,20 @@
<
style
scoped
>
.city-box
{
width
:
90
rpx
;
width
:
105
rpx
;
height
:
40
rpx
;
line-height
:
30
rpx
;
padding
:
8
rpx
10
rpx
8
rpx
0
rpx
;
/* line-height: 30rpx; */
padding
:
0
rpx
10
rpx
8
rpx
0
rpx
;
margin-right
:
20
rpx
;
text-align
:
center
;
/* color: #DFBE6E; */
border-right
:
1px
solid
#E2E2E2
;
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
flex
;
align-items
:
center
;
}
/
deep
/
.u-flex
{
justify-content
:
center
;
...
...
pages/ticketCoupons/list.vue
View file @
403aadde
...
...
@@ -2,6 +2,7 @@
<view
class=
"hotel-list"
>
<view
class=
"search-box"
>
<view
class=
"city-box"
@
click=
"showCity"
>
<u-icon
name=
"location"
:size=
"28"
></u-icon>
{{
city
}}
</view>
<view
style=
"width: 1px; flex: 1;"
>
...
...
@@ -397,18 +398,20 @@
<
style
lang=
"scss"
scoped
>
.city-box
{
width
:
90
rpx
;
width
:
105
rpx
;
height
:
40rpx
;
line-height
:
30rpx
;
padding
:
8
rpx
10rpx
8rpx
0rpx
;
/* line-height: 30rpx; */
padding
:
0
rpx
10rpx
8rpx
0rpx
;
margin-right
:
20rpx
;
text-align
:
center
;
/* color: #DFBE6E; */
border-right
:
1px
solid
#E2E2E2
;
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
flex
;
align-items
:
center
;
}
.hotel-rate
{
width
:
215rpx
;
...
...
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