Ganto 2 years ago
parent
commit
b1acdddc12
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/Footer.vue
  2. 1 1
      src/style.css

+ 1 - 1
src/components/Footer.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="footer">
         <p>快速批量打开网站 All Rights Reserved.</p>
-        <p>仓库:<a href="https://github.com/gantoho/fast_project" target="_blank" >Github</a> | <a href="https://gitee.com/ganto/fast" target="_blank" >Gitee</a> | <a href="https://gogs.cevno.cn/ganto/fast" target="_blank" >Gogs</a></p>
+        <p>欢迎贡献新功能:<a href="https://github.com/gantoho/fast_project" target="_blank" >Github</a> | <a href="https://gitee.com/ganto/fast" target="_blank" >Gitee</a> | <a href="https://gogs.cevno.cn/ganto/fast" target="_blank" >Gogs</a></p>
     </div>
 </template>
 

+ 1 - 1
src/style.css

@@ -11,7 +11,7 @@ body, html{
 #app{
   display: flex;
   justify-content: center;
-  padding: 20px;
+  padding: 60px 20px;
 }
 .el-input__wrapper{
   background-color: rgba(0,0,0,0) !important;