From fb334508f7481d6432139ca7c61c67b27a52a0cf Mon Sep 17 00:00:00 2001 From: Hakadao Date: Wed, 28 Jun 2023 12:32:10 +0800 Subject: [PATCH] perf: optimize page performance --- src/contentScripts/views/App.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 292b5175..14721dde 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -156,16 +156,16 @@ function setAppAppearance() {
-
+
@@ -177,7 +177,7 @@ function setAppAppearance() { right: settings.dockPosition === 'right', bottom: settings.dockPosition === 'bottom', }" - pos="fixed top-0" flex="~ col" h-100vh justify-center z-999 + pos="absolute top-0" flex="~ col" h-100vh justify-center z-999 >
- -