diff --git a/src/components/04_product-service/BasicInformation.vue b/src/components/04_product-service/BasicInformation.vue index 7f7fd075..2296c2c1 100644 --- a/src/components/04_product-service/BasicInformation.vue +++ b/src/components/04_product-service/BasicInformation.vue @@ -107,7 +107,7 @@ const branchFilter = selectFilterOptionRefMod( /> -
+
(); diff --git a/src/components/ProfileBanner.vue b/src/components/ProfileBanner.vue index 72f09f82..e40fee1f 100644 --- a/src/components/ProfileBanner.vue +++ b/src/components/ProfileBanner.vue @@ -3,14 +3,15 @@ import { ref } from 'vue'; import ToggleButton from './button/ToggleButton.vue'; defineProps<{ - icon?: string; - fallbackCover?: string; - color?: string; img?: string | null; - bgColor?: string; + icon?: string; title?: string; caption?: string; + color?: string; + bgColor?: string; toggleTitle?: string; + fallbackImg?: string; + fallbackCover?: string; hideFade?: boolean; hideActive?: boolean; @@ -67,12 +68,6 @@ const showOverlay = ref(false); class="surface-1" style="border-radius: 50%; border: 4px solid var(--surface-1)" > - - - + -
- + @@ -3773,7 +3811,7 @@ watch( > {{ - v === 0 + v === 1 ? $t('formDialogTitleInformation') : $t('priceInformation') }} @@ -3810,7 +3848,7 @@ watch( - - - +
@@ -4248,12 +4411,11 @@ watch( - @@ -4297,31 +4458,22 @@ watch( ref="refImageUpload" v-model:dialogState="imageDialog" v-model:file="profileFileImg" + v-model:image-url="profileUrl" + :hidden-footer="!infoProductEdit" clearButton + @save="handleImageUpload" > @@ -4386,7 +4538,6 @@ watch( color: hsla(var(--_color) / 1); border-radius: 50%; - padding: var(--size-1); position: relative; transform: rotate(45deg); @@ -4407,6 +4558,14 @@ watch( transform: rotate(-45deg); color: hsla(var(--_branch-card-bg) / 1); } + + &:deep(.q-img) { + transform: rotate(-45deg); + + &:deep(.q-icon) { + transform: rotate(0deg); + } + } } .tags {