fix: 03 add tooltip layout
This commit is contained in:
parent
75aa7bef1d
commit
b2149f1f0c
1 changed files with 15 additions and 11 deletions
|
|
@ -528,18 +528,22 @@ watch(locale, () => {
|
||||||
|
|
||||||
<div class="col surface-2 rounded" :no-padding="!!branchData.total">
|
<div class="col surface-2 rounded" :no-padding="!!branchData.total">
|
||||||
<template v-if="!branchData.total">
|
<template v-if="!branchData.total">
|
||||||
<TooltipComponent
|
<div class="full-width full-height column">
|
||||||
class="self-end"
|
<div class="self-end q-ma-md">
|
||||||
title="branchNoMainOfficeYet"
|
<TooltipComponent
|
||||||
caption="branchClickToCreateMainOffice"
|
class="self-end"
|
||||||
imgSrc="personnel-table-"
|
title="branchNoMainOfficeYet"
|
||||||
/>
|
caption="branchClickToCreateMainOffice"
|
||||||
|
imgSrc="personnel-table-"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row items-center justify-center" style="flex-grow: 1">
|
<div class="col flex items-center justify-center">
|
||||||
<AddButton
|
<AddButton
|
||||||
label="branchAdd"
|
label="branchAdd"
|
||||||
@trigger="() => triggerCreate('headOffice')"
|
@trigger="() => triggerCreate('headOffice')"
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue