index.vue 304 B

1234567891011121314151617
  1. <template>
  2. <el-footer class="footer"
  3. ><!--Copyright © 2022 JeePlus All Rights Reserved--></el-footer
  4. >
  5. </template>
  6. <style lang="less" scoped>
  7. .footer {
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. height: 40px;
  12. color: #808695;
  13. font-size: 15px;
  14. text-align: center;
  15. }
  16. </style>