From 0d31dc5b4c6c4fb405abcb23d7ff5f0daed41b3f Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 8 Aug 2024 20:31:00 -0400 Subject: [PATCH] Reduce setting content height to avoid dialog level scroll (#341) --- src/components/dialog/content/SettingDialogContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/content/SettingDialogContent.vue b/src/components/dialog/content/SettingDialogContent.vue index 75fab96e0..9791d0a63 100644 --- a/src/components/dialog/content/SettingDialogContent.vue +++ b/src/components/dialog/content/SettingDialogContent.vue @@ -80,7 +80,7 @@ const sortedGroups = (category: SettingTreeNode) => {