fix overflow
This commit is contained in:
parent
2218d82ee1
commit
792a06915e
@ -1,10 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="album">
|
<div v-if="album">
|
||||||
<div class="row mb-4">
|
<div class="d-flex align-items-start mb-3">
|
||||||
<div class="col-auto">
|
<b-img height="300" width="300" fluid :src="album.image"/>
|
||||||
<b-img height="300" width="300" :src="album.image"></b-img>
|
<div class="ml-3 ml-md-4">
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<h1>{{ album.name }}</h1>
|
<h1>{{ album.name }}</h1>
|
||||||
<p>by
|
<p>by
|
||||||
<router-link :to="{name: 'artist', params: { id: album.artistId }}">
|
<router-link :to="{name: 'artist', params: { id: album.artistId }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user