Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
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
wangjiankun
house-type
Commits
8de2d68e
Commit
8de2d68e
authored
Aug 13, 2020
by
wangjiankun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 板块详情 楼盘列表 开盘时间与laebl折行问题
fix: 户型图列表图片拉伸问题 fix: 楼盘详情户型图放大后模糊问题
parent
1a5a25df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/bannerDetail/index.vue
+1
-1
index.vue
src/components/unitCard/index.vue
+1
-1
index.vue
src/views/RegionalPlate/index.vue
+1
-1
No files found.
src/components/bannerDetail/index.vue
View file @
8de2d68e
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<img
<img
v-for=
"(src, index) in item.imgList"
v-for=
"(src, index) in item.imgList"
:key=
"index"
:src=
"gerImageUrl(src.fileUrl)"
:key=
"index"
:src=
"gerImageUrl(src.fileUrl)"
:style=
"
{ width: src.fileOrder === 0 ? '100%' : '0', height: src.fileOrder === 0 ? '100%' : '0' }" alt="无效路径">
:style=
"
{ width: src.fileOrder === 0 ? '100%' : '0', height: src.fileOrder === 0 ? '100%' : '0'
, objectFit: 'contain'
}" alt="无效路径">
</viewer>
</viewer>
</el-carousel-item>
</el-carousel-item>
</el-carousel>
</el-carousel>
...
...
src/components/unitCard/index.vue
View file @
8de2d68e
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"imgContainer"
>
<div
class=
"imgContainer"
>
<viewer
:images=
"getImgListUrl(imgList)"
style=
"width: 100%;height: 100%"
>
<viewer
:images=
"getImgListUrl(imgList)"
style=
"width: 100%;height: 100%"
>
<img
<img
style=
"max-width: 100%;"
style=
"max-width: 100%;
object-fit: cover
"
v-for=
"(item, index) in imgList"
v-for=
"(item, index) in imgList"
:src=
"getImgUrl(item.fileUrl)"
:src=
"getImgUrl(item.fileUrl)"
:key=
"index"
:key=
"index"
...
...
src/views/RegionalPlate/index.vue
View file @
8de2d68e
...
@@ -1021,7 +1021,7 @@
...
@@ -1021,7 +1021,7 @@
}
}
.infomationContainer{
.infomationContainer{
width 100%;
width 100%;
margin-left
20
px
margin-left
5
px
display inline-flex
display inline-flex
flex-direction column
flex-direction column
p {
p {
...
...
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