From d3fbd83787573e9e67067b7b65ae9d5ce8ecb0b8 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 16 八月 2022 10:03:20 +0800
Subject: [PATCH] 添加统计分析大屏

---
 src/components/Footer.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index e1915b2..79d62d7 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="Footer" :class="{ isBlack: isBlack }">
+  <div class="Footer">
     <!--  <div class="left">
       漏 2009-2019 smartai.com 鐗堟潈鎵�鏈� ICP璇侊細45456566 鍏綉瀹夊 436435455鍙�
     </div>
@@ -19,18 +19,18 @@
   props: {
     isBlack: {
       type: Boolean,
-      default: false,
-    },
+      default: false
+    }
   },
   methods: {
     jump() {
-      window.open("http://www.smartai.com/about");
+      window.open("http://www.smartai.com/about")
     },
     jump2() {
-      window.open("http://www.smartai.com/consult");
-    },
-  },
-};
+      window.open("http://www.smartai.com/consult")
+    }
+  }
+}
 </script>
 
 <style lang="scss" scoped>
@@ -39,8 +39,8 @@
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
-  padding: 26px 20px;
-  height: 100px;
+  // padding: 26px 20px;
+  height: 10px;
   min-width: 1280px;
   background: #f3f5f8;
 
@@ -68,4 +68,4 @@
     }
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0