refactor: delete btn add branch on top
This commit is contained in:
parent
d7337c9e95
commit
2f6a9791ad
1 changed files with 5 additions and 18 deletions
|
|
@ -134,26 +134,13 @@ watch(currentStatus, async () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row items-center q-px-md col-12 col-sm q-py-sm no-wrap">
|
||||
<q-btn
|
||||
id="btn-add-customer"
|
||||
dense
|
||||
padding="8px 16px"
|
||||
unelevated
|
||||
:label="'+ ' + $t('formDialogTitleCreateSubBranch')"
|
||||
@click="$emit('dialog')"
|
||||
style="
|
||||
background-color: var(--cyan-6);
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
"
|
||||
/>
|
||||
|
||||
<q-separator vertical inset class="q-mx-md" />
|
||||
<div
|
||||
class="row items-center justify-end q-px-md col-12 col-sm q-py-sm no-wrap"
|
||||
>
|
||||
<q-input
|
||||
outlined
|
||||
dense
|
||||
class="col"
|
||||
class="col-6"
|
||||
:label="$t('search')"
|
||||
:bg-color="$q.dark.isActive ? 'dark' : 'white'"
|
||||
v-model="inputSearch"
|
||||
|
|
@ -169,7 +156,7 @@ watch(currentStatus, async () => {
|
|||
size="sm"
|
||||
:color="$q.dark.isActive ? 'dark' : 'white'"
|
||||
:text-color="$q.dark.isActive ? 'white' : 'dark'"
|
||||
class="bordered rounded q-ml-sm"
|
||||
class="bordered rounded q-ml-sm col-1"
|
||||
unelevated
|
||||
>
|
||||
<q-menu class="bordered">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue