-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1.remove float left style,
prevent to use inline css as style
use <v-spacer> To create space between elements
<div style="float:left" >
<v-img
src="..\src\assets\download.png"
transition="scale-transition"
width="80"
/>
</div>
2.assign mx-2 class to <v-btn> instead of <v-badge>
<v-btn rounded small color="green darken-3" @click="toggle()">
<v-badge class="mx-2" content="3" color="red" v-model="content">
<v-icon small >
mdi-bell
</v-icon>
</v-badge>
</v-btn>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels