fix: change style on customer dialog

This commit is contained in:
oat_dev 2024-06-06 16:03:47 +07:00
parent fa5290dfcf
commit 5c9c647a2c
3 changed files with 62 additions and 47 deletions

View file

@ -326,9 +326,7 @@ function onClose() {
{{ $t('formDialogCustomerBranch') }}
</div>
<div
class="col-12 full-width row bordered-b bordered-l bordered-r rounded"
>
<div class="col-12 row bordered q-pt-none rounded">
<TabComponent
v-model:customer-branch="formData.customerBranch"
v-model:tab-index="indexTab"
@ -382,6 +380,7 @@ function onClose() {
"
dense
outlined
bordered
separator
/>
</template>