From a1b61b64112e4763a1ef0f7ac856141daefbf5c2 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Wed, 6 Mar 2024 10:54:35 +0000 Subject: [PATCH] fix(nc-gui): reduce record size --- .../nc-gui/components/smartsheet/calendar/Cell.vue | 2 +- .../smartsheet/calendar/DayView/DateField.vue | 12 ++++++------ .../components/smartsheet/calendar/MonthView.vue | 14 +++++++------- .../components/smartsheet/calendar/RecordCard.vue | 8 ++++---- .../smartsheet/calendar/WeekView/DateField.vue | 6 +++--- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/calendar/Cell.vue b/packages/nc-gui/components/smartsheet/calendar/Cell.vue index 07eb093553..797124951b 100644 --- a/packages/nc-gui/components/smartsheet/calendar/Cell.vue +++ b/packages/nc-gui/components/smartsheet/calendar/Cell.vue @@ -356,7 +356,7 @@ const parseValue = (value: any, col: ColumnType): string => {