fix header table

parent 8bd97005
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
separator="cell" separator="cell"
:no-data-label="$t('emptyData')" :no-data-label="$t('emptyData')"
hide-pagination hide-pagination
class="sticky-header-table"
> >
<template v-slot:body-cell-action="item"> <template v-slot:body-cell-action="item">
<q-td style="padding: 0" class="flex flex-center"> <q-td style="padding: 0" class="flex flex-center">
......
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
row-key="name" row-key="name"
separator="cell" separator="cell"
hide-pagination hide-pagination
class="sticky-header-table"
> >
<template v-slot:body-cell-stt="item"> <template v-slot:body-cell-stt="item">
<q-td style="padding: 0; height: 100%"> <q-td style="padding: 0; height: 100%">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment