fix: reduce drawer header padding
This commit is contained in:
parent
8137526500
commit
bce8e773e9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ function reset() {
|
|||
style="padding: 0; border-radius: var(--radius-2)"
|
||||
>
|
||||
<!-- header -->
|
||||
<div class="bordered-b q-pa-lg row items-center">
|
||||
<div class="bordered-b q-px-lg q-py-md row items-center">
|
||||
<div v-if="!hideAction">
|
||||
<div v-if="isEdit" class="row">
|
||||
<UndoButton id="btn-info-undo" iconOnly @click="undo" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue