|
@ -24,8 +24,8 @@ |
|
|
}" |
|
|
}" |
|
|
> |
|
|
> |
|
|
<div class="w-full h-full"> |
|
|
<div class="w-full h-full"> |
|
|
<div style="height: 69px"> |
|
|
<div> |
|
|
<q-card-section> |
|
|
<q-card-section style="height: 59px"> |
|
|
<div class="flex justify-between"> |
|
|
<div class="flex justify-between"> |
|
|
<div class="text-h6">{{ title }}</div> |
|
|
<div class="text-h6">{{ title }}</div> |
|
|
<div class="flex justify-end gap-4"> |
|
|
<div class="flex justify-end gap-4"> |
|
@ -47,7 +47,7 @@ |
|
|
</q-card-section> |
|
|
</q-card-section> |
|
|
<q-separator /> |
|
|
<q-separator /> |
|
|
</div> |
|
|
</div> |
|
|
<div ref="dialogContentDivRef" class="dialog_content_div" style="height: calc(100% - 69px)"> |
|
|
<div ref="dialogContentDivRef" class="dialog_content_div" style="height: calc(100% - 60px)"> |
|
|
<q-card-section style="height: 100%; padding: 0px" class="scroll"> |
|
|
<q-card-section style="height: 100%; padding: 0px" class="scroll"> |
|
|
<slot></slot> |
|
|
<slot></slot> |
|
|
</q-card-section> |
|
|
</q-card-section> |
|
|