Browse Source

update footer

GuoYuFu123 6 years ago
parent
commit
cdf81a86f3
2 changed files with 6 additions and 1 deletions
  1. 3 1
      src/framework/layout/Main.vue
  2. 3 0
      src/framework/style/layout.scss

+ 3 - 1
src/framework/layout/Main.vue

@@ -20,7 +20,9 @@
                 <router-view v-if='!$route.meta.keepAlive' class='page-content'></router-view>
             </div>
         </div>
-        <div class='page-footer'>footer</div>
+        <div class='page-footer'>
+            © 2016 SAGACLOUD. All rights reserved 京ICP备16059843号-1
+        </div>
     </div>
 </template>
 <script>

+ 3 - 0
src/framework/style/layout.scss

@@ -60,6 +60,9 @@ body {
         flex-grow: 0;
         flex-shrink: 0;
         height: $pageFooterHeight;
+        line-height: $pageFooterHeight;
+        text-align: center;
+        color: #6d6d6d;
     }
 }