fix: button too big

This commit is contained in:
Methapon2001 2023-12-07 14:30:10 +07:00
parent f328d1fb32
commit 090807e1ad
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -272,7 +272,7 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
<q-btn
outline
push
class="q-px-md q-ml-md q-py-sm"
class="q-px-md q-ml-md"
:label="'สร้าง' + currentLevel"
type="submit"
color="primary"
@ -377,7 +377,7 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
v-if="props.mode == 'admin'"
outline
push
class="q-px-md q-ml-md q-py-sm"
class="q-px-md q-ml-md"
label="สร้างเอกสาร"
type="submit"
color="primary"