changes
This commit is contained in:
@@ -390,7 +390,7 @@ async function submit() {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell is-col-span-12">
|
||||
<div class="cell is-col-span-12 is-flex is-justify-content-flex-end">
|
||||
<button
|
||||
:class="['button is-primary', { 'is-loading': isPending }]"
|
||||
:disabled="!isDirty"
|
||||
|
||||
@@ -192,7 +192,7 @@ async function submit() {
|
||||
<div
|
||||
v-if="uploadedImage"
|
||||
class="relative"
|
||||
style="border: 1px solid var(--bulma-grey)"
|
||||
style="border: 1px solid var(--bulma-grey-80)"
|
||||
>
|
||||
<figure class="image is-128x128">
|
||||
<img :src="$buildFileUrl(uploadedImage.file)" />
|
||||
@@ -244,7 +244,7 @@ async function submit() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell is-col-span-12">
|
||||
<div class="cell is-col-span-12 is-flex is-justify-content-flex-end">
|
||||
<button
|
||||
:class="['button is-primary', { 'is-loading': isPending }]"
|
||||
:disabled="!body.product || !isDirty"
|
||||
|
||||
@@ -18,7 +18,7 @@ import DataView from "~/components/datatable/DataView.vue";
|
||||
component: 'imports/AddProduct',
|
||||
title: 'Tạo sản phẩm',
|
||||
width: '90%',
|
||||
height: '600px',
|
||||
height: 'auto',
|
||||
},
|
||||
}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user