From 4eea9f79d77059a990057b834e004b12b38cf113 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Wed, 17 Apr 2024 10:26:54 +0800 Subject: [PATCH 1/9] =?UTF-8?q?feat:=20=E5=B7=A6=E4=BE=A7=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E7=AD=9B=E9=80=89=E6=A8=A1=E5=9D=97=E8=B7=9D=E7=A6=BB?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A8=A1=E5=9D=97=E8=BE=B9=E6=A1=8616?= =?UTF-8?q?=E5=83=8F=E7=B4=A0=EF=BC=8C=E8=B7=9D=E7=A6=BB=E5=BA=95=E9=83=A8?= =?UTF-8?q?16px=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 7abf926..2671796 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,7 +90,7 @@ const getThemeOverrides = computed(() => { // transform: rotate(-90deg) !important; // } .n-scrollbar-content { - padding: 0 7.97px 0 4px; + padding: 0 7.97px 16 16px; } .n-form-item .n-form-item-label { font-size: 14px !important; From 91480ef28ed281b4a2fbebeb14745fe17ebd9e29 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Wed, 17 Apr 2024 10:30:42 +0800 Subject: [PATCH 2/9] =?UTF-8?q?feat:=20=E9=A1=B6=E9=83=A8=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E4=BD=8D=E7=BD=AE=E5=9B=BE=E6=A0=87=E5=BA=94=E4=B8=8E?= =?UTF-8?q?=E4=B8=8B=E6=96=B9=E9=AB=98=E7=BA=A7=E7=AD=9B=E9=80=89=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Header/index.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 6b0b8b9..d637dac 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -1,6 +1,15 @@