From 28eb483edfbc3ce2548cd1139e3e161199a6749a Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Fri, 30 Aug 2024 10:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=20fast(=E8=AE=BE=E5=A4=87=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E3=80=81=E4=BE=A7=E8=BE=B9=E6=A0=B7=E5=BC=8F):=20=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E5=B1=9E=E6=80=A7=E6=B7=BB=E5=8A=A0=E6=9E=9A=E4=B8=BE?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E3=80=81=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0logo=E5=92=8C=E5=BA=95=E9=83=A8=E6=94=B6=E7=BC=A9?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Hamburger/index.vue | 7 ++--- src/layout/components/Sidebar/Logo.vue | 27 ++++++++++++------- src/layout/components/Sidebar/index.vue | 15 +++++++---- .../DeviceAlarmConfig/DeviceAlarmConfig.vue | 15 +++++++++++ 4 files changed, 46 insertions(+), 18 deletions(-) diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 368b0021..54f760c7 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -3,10 +3,10 @@ @@ -36,6 +36,7 @@ export default { vertical-align: middle; width: 20px; height: 20px; + cursor: pointer; } .hamburger.is-active { diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index d98ccf27..45d56bd7 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -1,22 +1,22 @@