From f0d4b6648925d4709fc81537eedf6ea7775f5219 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Mon, 22 Jun 2026 12:35:53 +0800 Subject: [PATCH] fix(grid): unify data grid font size to 13px --- apps/desktop/src/components/grid/DataGrid.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/desktop/src/components/grid/DataGrid.vue b/apps/desktop/src/components/grid/DataGrid.vue index 5e9605ce1..700b4da6b 100644 --- a/apps/desktop/src/components/grid/DataGrid.vue +++ b/apps/desktop/src/components/grid/DataGrid.vue @@ -6938,7 +6938,7 @@ const gridContextMenuItems = computed(() => { autocapitalize="off" autocorrect="off" spellcheck="false" - class="cell-edit-input absolute inset-0 bg-background border-2 border-primary px-1.5 py-0 text-xs leading-[26px] outline-none z-10" + class="cell-edit-input absolute inset-0 bg-background border-2 border-primary px-1.5 py-0 text-[13px] leading-[26px] outline-none z-10" @blur="commitEditFromBlur" @click.stop @keydown.stop="onEditKeydown" @@ -7334,7 +7334,7 @@ const gridContextMenuItems = computed(() => {
(() => { autocapitalize="off" autocorrect="off" spellcheck="false" - class="cell-edit-input absolute inset-0 bg-background border-2 border-primary px-2.5 py-0 text-[12.5px] leading-[22px] outline-none z-10" + class="cell-edit-input absolute inset-0 bg-background border-2 border-primary px-2.5 py-0 text-[13px] leading-[22px] outline-none z-10" @blur="commitEditFromBlur" @click.stop @keydown.stop="onEditKeydown" @@ -7405,7 +7405,7 @@ const gridContextMenuItems = computed(() => { (() => {