ui fixes
This commit is contained in:
parent
ac35b2550f
commit
6f96a1edcf
|
@ -32,8 +32,8 @@
|
|||
:alt="product.n"
|
||||
:title="product.n"
|
||||
></v-img>
|
||||
<v-row no-gutters >
|
||||
<v-col cols="12" class="mt-1">
|
||||
<v-row >
|
||||
<v-col cols="12" >
|
||||
<h1
|
||||
class="float-left fontsize-12 body ls-n009 fontcolor-black-darken font-weight-300 word-break"
|
||||
>{{ product.n }}
|
||||
|
@ -71,7 +71,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="12" class="float-right mt-2" >
|
||||
<v-col cols="12" class="float-right" >
|
||||
<v-hover v-slot:default="{ hover }">
|
||||
<v-btn
|
||||
:disabled="inProgress"
|
||||
|
|
Loading…
Reference in New Issue