HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 20f794b553 - Show all commits

View File

@ -303,3 +303,11 @@ const toModule = computed(() =>
} }
} }
</style> </style>
<style lang="scss">
.q-card__actions {
.q-btn--rectangle {
padding: 0 5px;
}
justify-content: center;
}
</style>