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
|
||||
id="quotation-branch"
|
||||
style="grid-column: span 4"
|
||||
style="grid-column: span 2"
|
||||
incremental
|
||||
v-model="templateForm"
|
||||
class="full-width"
|
||||
|
|
@ -37,7 +37,7 @@ const templateFormOption = ref<
|
|||
icon="mdi-play-box-outline"
|
||||
color="207 96% 32%"
|
||||
class="full-width"
|
||||
style="grid-column: span 2"
|
||||
style="grid-column: span 1"
|
||||
>
|
||||
{{ $t('general.view', { msg: $t('general.example') }) }}
|
||||
</MainButton>
|
||||
|
|
@ -46,7 +46,7 @@ const templateFormOption = ref<
|
|||
icon="mdi-pencil-outline"
|
||||
color="207 96% 32%"
|
||||
class="full-width"
|
||||
style="grid-column: span 2"
|
||||
style="grid-column: span 1"
|
||||
>
|
||||
{{ $t('general.designForm') }}
|
||||
</MainButton>
|
||||
|
|
@ -56,6 +56,6 @@ const templateFormOption = ref<
|
|||
<style scoped>
|
||||
.template-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-template-columns: repeat(9, 1fr);
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue