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
|
<div
|
||||||
v-if="obj"
|
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">
|
<slot name="content">
|
||||||
<template v-if="columns !== undefined">
|
<template v-if="columns !== undefined">
|
||||||
<div class="full-height full-width q-pa-md">
|
<div class="full-width q-pa-md">
|
||||||
<TableComponents
|
<TableComponents
|
||||||
buttomDownload
|
buttomDownload
|
||||||
@download="
|
@download="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue