front-styles #80

Merged
yakovenko_arina merged 88 commits from front-styles into main 2026-04-17 11:58:18 +00:00
Showing only changes of commit 3652a78783 - Show all commits

View File

@@ -30,7 +30,7 @@
</USelect> </USelect>
</div> </div>
<div class="flex gap-3"> <div class="flex gap-3 items-end justify-end">
<UButton @click="() => { <UButton @click="() => {
fetchForLanguage(toLangId) fetchForLanguage(toLangId)
isShowProductView = true isShowProductView = true
@@ -43,7 +43,7 @@
class="text-white bg-(--accent-blue-light) dark:bg-(--accent-blue-dark) px-12!"> class="text-white bg-(--accent-blue-light) dark:bg-(--accent-blue-dark) px-12!">
Translate Translate
</UButton> </UButton>
<div v-else class="flex gap-3 items-end"> <div v-else class="flex gap-3 items-end justify-end">
<UButton @click="() => { <UButton @click="() => {
toLangId = settingStore.shopDefaultLanguage toLangId = settingStore.shopDefaultLanguage
isTranslations = false isTranslations = false