From eb5a77d35daf3f7f094ab27935ec9db3dfd646a1 Mon Sep 17 00:00:00 2001 From: jiayun zhang Date: Sat, 17 Sep 2022 15:45:48 +0800 Subject: [PATCH 01/41] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=90=8E=E8=87=AA=E5=AE=9A=E4=B9=89=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customForm.vue | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/views/customForm.vue b/src/views/customForm.vue index 8cc6874a..41c19e46 100644 --- a/src/views/customForm.vue +++ b/src/views/customForm.vue @@ -130,27 +130,12 @@ if (app && !app.config.globalProperties.$initCreate) { } } //为了兼容暗黑模式对create-form样式做的覆盖 -:global(#app) { +:global(body #app) { color: unset; font-family: unset; min-height: unset; } -:global(::-webkit-scrollbar) { - width: unset; - height: unset; -} -:global(::-webkit-scrollbar-thumb) { - border-radius: unset; - background-color: unset; -} -:global(::-webkit-scrollbar-track) { - border-radius: unset; - background-color: unset; -} -:global(.fc-style ::-webkit-scrollbar) { - width: 5px; - height: 5px; -} + :global(.fc-style ::-webkit-scrollbar-thumb) { border-radius: 1rem; background-color: rgba(144, 147, 153, 0.3); From eec04d36443382a9fa16870567fcdb7d4c785584 Mon Sep 17 00:00:00 2001 From: jiayun zhang Date: Mon, 19 Sep 2022 14:00:57 +0800 Subject: [PATCH 02/41] =?UTF-8?q?refactor:=20metable=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/meTable/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/meTable/index.vue b/src/components/meTable/index.vue index d0be71c4..445989fd 100644 --- a/src/components/meTable/index.vue +++ b/src/components/meTable/index.vue @@ -58,7 +58,7 @@ - + @@ -67,7 +67,7 @@ - +