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