add margin to the radio component
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5fd39722ce
commit
661f8bbd3a
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div :title="item.name" class="container radio" @click="clicked">
|
||||
<div :title="item.name" class="container radio ma" @click="clicked">
|
||||
<img class="radioCover shadow" :src="cover" />
|
||||
<p
|
||||
class="radioTitle"
|
||||
|
Loading…
Reference in New Issue
Block a user