refactor: adjust type
This commit is contained in:
parent
e383d21c62
commit
df3413ad13
1 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ const templateFormOption = ref<
|
||||||
>
|
>
|
||||||
<SelectInput
|
<SelectInput
|
||||||
id="quotation-branch"
|
id="quotation-branch"
|
||||||
style="grid-column: span 4"
|
style="grid-column: span 2"
|
||||||
incremental
|
incremental
|
||||||
v-model="templateForm"
|
v-model="templateForm"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
|
|
@ -37,7 +37,7 @@ const templateFormOption = ref<
|
||||||
icon="mdi-play-box-outline"
|
icon="mdi-play-box-outline"
|
||||||
color="207 96% 32%"
|
color="207 96% 32%"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
style="grid-column: span 2"
|
style="grid-column: span 1"
|
||||||
>
|
>
|
||||||
{{ $t('general.view', { msg: $t('general.example') }) }}
|
{{ $t('general.view', { msg: $t('general.example') }) }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
|
|
@ -46,7 +46,7 @@ const templateFormOption = ref<
|
||||||
icon="mdi-pencil-outline"
|
icon="mdi-pencil-outline"
|
||||||
color="207 96% 32%"
|
color="207 96% 32%"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
style="grid-column: span 2"
|
style="grid-column: span 1"
|
||||||
>
|
>
|
||||||
{{ $t('general.designForm') }}
|
{{ $t('general.designForm') }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
|
|
@ -56,6 +56,6 @@ const templateFormOption = ref<
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.template-container {
|
.template-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(12, 1fr);
|
grid-template-columns: repeat(9, 1fr);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue