From ed58b6c48482f67d8c13ad7d6ae2a7e355ae056b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 30 May 2025 17:11:46 +0800
Subject: [PATCH] feat:适配调整

---
 src/page/index/logo.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index db62d5d..652c131 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -7,7 +7,7 @@
     </transition>
     <transition-group name="fade">
       <template v-if="getScreen(!isCollapse)">
-        <div style="display: flex; align-items: left; gap: 5px; margin: 8px 8px 10px 20px;">
+        <div class="fadeStyle">
     <img class="img" src="/img/bg/mainLogo.png" alt="" width="50%" height="50%" />
     <!-- <span style="font-size: 20px;"  key="1">
         {{ this.parentDeptInfo.sysName }}
@@ -37,3 +37,8 @@
   methods: {},
 };
 </script>
+<style scoped lang="scss">
+.fadeStyle {
+display: flex; align-items: left; gap: 5px; margin: 8px 8px 10px 20px;
+}
+</style>

--
Gitblit v1.9.3