fix: upload table layout
This commit is contained in:
parent
3ae816c4c5
commit
1c56048245
1 changed files with 2 additions and 2 deletions
|
|
@ -242,11 +242,11 @@ defineEmits<{
|
|||
|
||||
<div
|
||||
v-if="obj"
|
||||
class="bordered col surface-2 column justify-center items-center no-wrap scroll"
|
||||
class="bordered col surface-2 column items-center no-wrap scroll"
|
||||
>
|
||||
<slot name="content">
|
||||
<template v-if="columns !== undefined">
|
||||
<div class="full-height full-width q-pa-md">
|
||||
<div class="full-width q-pa-md">
|
||||
<TableComponents
|
||||
buttomDownload
|
||||
@download="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue