From 17e2cb23e7720ef1ba90d17456efae338eee4c4c Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 02 九月 2022 03:28:07 +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