Skip to content

Commit

Permalink
Merge pull request #13 from phigasui/master
Browse files Browse the repository at this point in the history
update: 画像サイズ修正
  • Loading branch information
4geru authored Jun 9, 2018
2 parents 1123f67 + e8b9ed1 commit e24535c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion components/collection/Collection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@
methods: {
}
}
</script>
</script>

<style>
.item img {
height: 100px;
}
</style>
6 changes: 5 additions & 1 deletion components/gacha/AppLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ ul {
}
.result-item {
margin-top: 10px;
margin-top: 30px;
}
.result-item img {
height: 100px;
}
.vending img{
Expand Down

0 comments on commit e24535c

Please sign in to comment.