This commit is contained in:
Viet An
2026-05-22 09:57:12 +07:00
parent 58367a4793
commit 09b8a096d9
27 changed files with 74 additions and 1041 deletions

View File

@@ -217,7 +217,7 @@ async function submit() {
<div
v-if="uploadedImage"
class="relative"
style="border: 1px solid var(--bulma-grey-50)"
style="border: 1px solid var(--bulma-grey)"
>
<figure class="image is-128x128">
<img :src="$buildFileUrl(uploadedImage.file)" />
@@ -244,7 +244,7 @@ async function submit() {
<div
v-else
class="w-36 h-36 rounded-md is-flex is-align-items-center is-justify-content-center"
style="border: 1px solid var(--bulma-grey-80)"
style="border: 1px solid var(--bulma-grey-lighter)"
>
<Icon
name="material-symbols:add-photo-alternate-outline-rounded"