fix: change style on customer dialog
This commit is contained in:
parent
fa5290dfcf
commit
5c9c647a2c
3 changed files with 62 additions and 47 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue