@@ -20,7 +20,9 @@
<router-view v-if='!$route.meta.keepAlive' class='page-content'></router-view>
</div>
- <div class='page-footer'>footer</div>
+ <div class='page-footer'>
+ © 2016 SAGACLOUD. All rights reserved 京ICP备16059843号-1
+ </div>
</template>
<script>
@@ -60,6 +60,9 @@ body {
flex-grow: 0;
flex-shrink: 0;
height: $pageFooterHeight;
+ line-height: $pageFooterHeight;
+ text-align: center;
+ color: #6d6d6d;
}