fix: button too big
This commit is contained in:
parent
f328d1fb32
commit
090807e1ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue