From 7c6112c896205052c16908fccc30a154a263e84e Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 14 Feb 2025 14:16:26 +0100 Subject: [PATCH] refactor: refs #8606 modified table height and deleted void file --- src/pages/Zone/Card/ZoneCalendar.vue | 0 src/pages/Zone/ZoneList.vue | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 src/pages/Zone/Card/ZoneCalendar.vue diff --git a/src/pages/Zone/Card/ZoneCalendar.vue b/src/pages/Zone/Card/ZoneCalendar.vue deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/pages/Zone/ZoneList.vue b/src/pages/Zone/ZoneList.vue index 1fa539c91..cbe0d516d 100644 --- a/src/pages/Zone/ZoneList.vue +++ b/src/pages/Zone/ZoneList.vue @@ -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" >