From bf399dc65aa67c4355b0fdc516f8da5ca7234c82 Mon Sep 17 00:00:00 2001
From: mark <mark18340872469@163.com>
Date: 星期日, 09 十月 2022 16:34:22 +0800
Subject: [PATCH] Merge branch 'shandong' of http://192.168.5.5:10010/r/web/saas-web into shandong
---
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 006050c..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/contact");
+ 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