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
ffb24c32
Commit
ffb24c32
authored
May 22, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
2685756a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
hotelInfor.vue
pages/hotel/components/hotelInfor.vue
+2
-1
No files found.
pages/hotel/components/hotelInfor.vue
View file @
ffb24c32
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
class=
"hotelFacilitiesXinXi"
>
<view
class=
"hotelFacilitiesXinXi"
>
<!--:style="
{background: `url(${dataList.HotelImg[0].Path}) no-repeat`}"-->
<!--:style="
{background: `url(${dataList.HotelImg[0].Path}) no-repeat`}"-->
<view
class=
"hotelInforBox"
>
<view
class=
"hotelInforBox"
>
<image
class=
"hotelInforBoxBj"
mode=
"
scaleTo
Fill"
:src=
"dataList.rooms[0].Path?dataList.rooms[0].Path:dataList.images[0].url"
/>
<image
class=
"hotelInforBoxBj"
mode=
"
aspect
Fill"
:src=
"dataList.rooms[0].Path?dataList.rooms[0].Path:dataList.images[0].url"
/>
<view
class=
"hotelInforCenterBox"
>
<view
class=
"hotelInforCenterBox"
>
<view
class=
"hotelInforTitle"
>
<view
class=
"hotelInforTitle"
>
{{
dataList
.
name
}}
{{
dataList
.
name
}}
...
@@ -78,6 +78,7 @@ export default {
...
@@ -78,6 +78,7 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.hotelInforBoxBj
{
.hotelInforBoxBj
{
width
:
100%
;
height
:
100%
;
height
:
100%
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
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