mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Adjust settings layout and use underlined inputs
This commit is contained in:
@@ -90,16 +90,16 @@ useHead(() => ({ title: t('settingsTitle') }));
|
|||||||
{{ t('settingsDescription') }}
|
{{ t('settingsDescription') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row q-col-gutter-lg items-start">
|
||||||
|
<div class="col-12 col-md-4">
|
||||||
<QCard
|
<QCard
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
class="q-pa-md q-mb-md"
|
class="q-pa-md"
|
||||||
style="max-width: 420px;"
|
|
||||||
>
|
>
|
||||||
<QCardSection class="q-pa-none">
|
<QCardSection class="q-pa-none">
|
||||||
<QSelect
|
<QSelect
|
||||||
v-model="selectedLanguage"
|
v-model="selectedLanguage"
|
||||||
outlined
|
|
||||||
emit-value
|
emit-value
|
||||||
map-options
|
map-options
|
||||||
:label="t('settingsLanguageLabel')"
|
:label="t('settingsLanguageLabel')"
|
||||||
@@ -110,12 +110,13 @@ useHead(() => ({ title: t('settingsTitle') }));
|
|||||||
</div>
|
</div>
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
</QCard>
|
</QCard>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-12 col-md-8">
|
||||||
<QCard
|
<QCard
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
class="q-pa-md"
|
class="q-pa-md"
|
||||||
style="max-width: 500px;"
|
|
||||||
>
|
>
|
||||||
<QCardSection class="q-pa-none">
|
<QCardSection class="q-pa-none">
|
||||||
<div class="text-subtitle1 q-mb-md">
|
<div class="text-subtitle1 q-mb-md">
|
||||||
@@ -131,7 +132,6 @@ useHead(() => ({ title: t('settingsTitle') }));
|
|||||||
v-for="field in shortcutFields"
|
v-for="field in shortcutFields"
|
||||||
:key="field.action"
|
:key="field.action"
|
||||||
:model-value="shortcutSettingsStore.shortcuts[field.action]"
|
:model-value="shortcutSettingsStore.shortcuts[field.action]"
|
||||||
outlined
|
|
||||||
readonly
|
readonly
|
||||||
:label="field.label"
|
:label="field.label"
|
||||||
>
|
>
|
||||||
@@ -160,5 +160,7 @@ useHead(() => ({ title: t('settingsTitle') }));
|
|||||||
/>
|
/>
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
</QCard>
|
</QCard>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</QPage>
|
</QPage>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user