refactor: refs #8606 modified table height and deleted void file
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-02-14 14:16:26 +01:00
parent 872e9ade02
commit 7c6112c896
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@ const columns = computed(() => [
},
},
{
align: 'left',
align: 'center',
name: 'hour',
label: t('list.close'),
cardVisible: true,
@ -191,6 +191,7 @@ function formatRow(row) {
:columns="columns"
redirect="zone"
:right-search="false"
table-height="85vh"
>
<template #column-addressFk="{ row }">
{{ dashIfEmpty(formatRow(row)) }}