update styling:
This commit is contained in:
parent
5b3a6655cd
commit
b5adab5786
3 changed files with 14 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div
|
||||
v-if="hasFilters"
|
||||
:key="`filter-controls-${tableName}`"
|
||||
class="filter-controls-panel mb-3 p-3 bg-light rounded"
|
||||
class="filter-controls-panel mb-3 p-3 bg-light rounded custom-data-table"
|
||||
>
|
||||
<div class="row g-3 align-items-end">
|
||||
<div v-for="col in filterableColumns" :key="col.fieldName" class="col-md-4 col-lg-3">
|
||||
|
|
@ -716,4 +716,8 @@ defineExpose({
|
|||
getPaginationInfo: () => paginationStore.getPageInfo(props.tableName),
|
||||
});
|
||||
</script>
|
||||
<style lang=""></style>
|
||||
<style lang="css">
|
||||
/* .custom-data-table {
|
||||
height: 100%;
|
||||
} */
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue