From 37b46395eff9cea2a77b13b3e8f9672b8b132c47 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Fri, 19 Apr 2024 14:26:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=A1=B6=E9=83=A8=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20=E6=9F=A5=E9=87=8D=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=90=8D=E5=AD=97=E4=B8=8D=E5=85=A8=20=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/DataHeader/index.vue | 2 +- src/views/home/content/Content.vue | 5 +++-- src/views/task/index.vue | 3 +++ src/views/worksheet/index.vue | 3 +++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index a68093d..cb93f85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -104,6 +104,6 @@ const getThemeOverrides = computed(() => { height: 14px !important; } .v-binder-follower-content { - left: -60px; + //left: -60px; } diff --git a/src/components/DataHeader/index.vue b/src/components/DataHeader/index.vue index da586cc..f51cbe9 100644 --- a/src/components/DataHeader/index.vue +++ b/src/components/DataHeader/index.vue @@ -113,7 +113,7 @@ async function getData() { } } - +1