diff --git a/src/components/Bottom.vue b/src/components/Bottom.vue index e0f079e..2a25667 100644 --- a/src/components/Bottom.vue +++ b/src/components/Bottom.vue @@ -1,7 +1,7 @@ @@ -41,22 +40,19 @@ export default { .bottom { position: relative; bottom: 0px; + padding-top: 20px; font-family: 'Source Han Serif CN'; - height: 200px; background: #2d2d2d; font-size: 14px; .container { display: flex; justify-content: center; align-items: center; - height: 100%; + margin: 0 auto 10px; .left { - //display: block; margin-right: 78px; - height: 58px; padding-right: 78px; margin-right: 78px; - //border-right: 2px solid #fff; } .center { padding-right: 102px; diff --git a/src/components/Topbar.vue b/src/components/Topbar.vue index 78805e9..cde8c19 100644 --- a/src/components/Topbar.vue +++ b/src/components/Topbar.vue @@ -19,7 +19,7 @@ >{{ value.columnName }} -
登录实验平台
+
登录新版本
@@ -54,7 +54,7 @@ export default { this.$store.state.columnmessage.id = id; }, toStation() { - window.open('http://www.occupationlab.com/#/login') + window.open('https://izhixinyun.com') } }, computed: {},