fix: form & drawer hide action
This commit is contained in:
parent
187ae5fb1f
commit
99a28782dc
2 changed files with 9 additions and 8 deletions
|
|
@ -17,7 +17,7 @@ defineProps<{
|
|||
badgeLabel?: string;
|
||||
customerLabel?: string;
|
||||
badgeClass?: string;
|
||||
noFooter?: boolean;
|
||||
hideFooter?: boolean;
|
||||
noAppBox?: boolean;
|
||||
noPaddingTab?: boolean;
|
||||
maxWidth?: string;
|
||||
|
|
@ -203,7 +203,7 @@ const currentTab = defineModel<string>('currentTab');
|
|||
|
||||
<!-- footer -->
|
||||
<div
|
||||
v-if="!noFooter"
|
||||
v-if="!hideFooter"
|
||||
class="form-footer row items-center full-width justify-between q-px-md q-py-md surface-1"
|
||||
style="z-index: 3"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue