Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
mallapp
Commits
f2a89817
Commit
f2a89817
authored
Mar 29, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b1805b89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
components/matchmaking/index.vue
+2
-2
No files found.
components/matchmaking/index.vue
View file @
f2a89817
...
...
@@ -39,8 +39,8 @@
</view>
</view>
<view
class=
"box-img"
>
<view
v-if=
"navs.listStyle==-1"
class=
"box-img-one"
>
<image
v-if=
"item.AlbumList.length>0"
:src=
"item.AlbumList[0]"
mode=
"aspectFill"
style=
"width: 100%;height: 100%;border-radius: 15px;"
></image>
<view
v-if=
"navs.listStyle==-1
&& item.AlbumList.length>0
"
class=
"box-img-one"
>
<image
:src=
"item.AlbumList[0]"
mode=
"aspectFill"
style=
"width: 100%;height: 100%;border-radius: 15px;"
></image>
</view>
<view
v-if=
"navs.listStyle==0"
class=
"box-img-two"
>
<view
class=
"box-img-two-item"
v-for=
"(x,y) in item.AlbumList"
:key=
'y'
>
...
...
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