From f14f98a263141d2f8ec0079866a758cc7a1c38d1 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 22 八月 2022 03:20:29 +0800
Subject: [PATCH] 添加用户删除功能

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

diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 0ccb1c8..79d62d7 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -1,6 +1,6 @@
 <template>
-  <div class="Footer" :class="{ isBlack: isBlack }">
-    <div class="left">
+  <div class="Footer">
+    <!--  <div class="left">
       漏 2009-2019 smartai.com 鐗堟潈鎵�鏈� ICP璇侊細45456566 鍏綉瀹夊 436435455鍙�
     </div>
     <div class="right">
@@ -10,7 +10,7 @@
       <span class="label">寤夋涓炬姤</span>
       <span class="label" @click="jump2">鑱旂郴鎴戜滑</span>
       <span class="label">鍔犲叆鎴戜滑</span>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -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