From 0e130b98a7b28fb4f9bc23d144deb725d9b52794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 30 Aug 2024 17:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/main/index.scss | 5 ++++- src/layout/components/main/index.vue | 32 ++++++++++++++++++++++----- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/src/layout/components/main/index.scss b/src/layout/components/main/index.scss index 93df3b64..00a44a12 100644 --- a/src/layout/components/main/index.scss +++ b/src/layout/components/main/index.scss @@ -255,7 +255,10 @@ width: 12.8rem; height: 100%; background: #fff; - transition: left 0.3s ease; + transition: left 0.5s ease; + } + .drawer-drag-bg { + background: #F2F8FF; } .drawer-drag-area { height: calc(100% - 6rem); diff --git a/src/layout/components/main/index.vue b/src/layout/components/main/index.vue index 59010699..220442a2 100644 --- a/src/layout/components/main/index.vue +++ b/src/layout/components/main/index.vue @@ -17,11 +17,11 @@