fix sticky table header in automated tasks
This commit is contained in:
parent
667cebcf94
commit
67a87ccf00
|
@ -18,6 +18,7 @@
|
|||
<template v-else>
|
||||
<q-table
|
||||
dense
|
||||
:table-class="{ 'table-bgcolor': !$q.dark.isActive, 'table-bgcolor-dark': $q.dark.isActive }"
|
||||
class="tabs-tbl-sticky"
|
||||
:style="{ 'max-height': tabsTableHeight }"
|
||||
:data="tasks"
|
||||
|
|
Loading…
Reference in New Issue