From d04fc13af43684a8d885270e9c2d62d4ba7e9b56 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Sun, 14 Jun 2026 23:09:10 +0800 Subject: [PATCH] fix: unify SQL library font size to 13px --- .../src/components/layout/SqlLibraryPanel.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/desktop/src/components/layout/SqlLibraryPanel.vue b/apps/desktop/src/components/layout/SqlLibraryPanel.vue index 3055dd35b..826a932c7 100644 --- a/apps/desktop/src/components/layout/SqlLibraryPanel.vue +++ b/apps/desktop/src/components/layout/SqlLibraryPanel.vue @@ -588,7 +588,7 @@ function createDragGhost(sourceEl: HTMLElement, x: number, y: number) { max-width: 220px; height: 24px; padding: 0 8px; - font-size: 12px; + font-size: 13px; line-height: 24px; white-space: nowrap; overflow: hidden; @@ -748,7 +748,7 @@ function showDropInside(targetId: string) { {{ row.file.name }} - [{{ getConnectionLabel(row.file.connectionId) }}] + [{{ getConnectionLabel(row.file.connectionId) }}] @@ -866,7 +866,7 @@ function showDropInside(targetId: string) {
{{ file.name }} - [{{ getConnectionLabel(file.connectionId) }}] + [{{ getConnectionLabel(file.connectionId) }}]
-

{{ t("sqlLibrary.empty") }}

+

{{ t("sqlLibrary.empty") }}