From 9a52925c7a37301d4513fad2734b47c493a4aa00 Mon Sep 17 00:00:00 2001 From: star knight <64941905+starknt@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:58:24 +0800 Subject: [PATCH] fix: blurred font (#485) --- .../src/runtime/plugins/view/FrameBox.vue | 3 + .../src/runtime/plugins/view/Main.vue | 38 +++++---- .../src/runtime/plugins/view/utils.ts | 85 ++++++++++++++++++- 3 files changed, 108 insertions(+), 18 deletions(-) diff --git a/packages/devtools/src/runtime/plugins/view/FrameBox.vue b/packages/devtools/src/runtime/plugins/view/FrameBox.vue index 3303b9333..899c5a187 100644 --- a/packages/devtools/src/runtime/plugins/view/FrameBox.vue +++ b/packages/devtools/src/runtime/plugins/view/FrameBox.vue @@ -161,8 +161,11 @@ useEventListener(window, 'mouseleave', () => {