1234567891011121314151617 |
- <template>
- <el-footer class="footer"
- ><!--Copyright © 2022 JeePlus All Rights Reserved--></el-footer
- >
- </template>
- <style lang="less" scoped>
- .footer {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 40px;
- color: #808695;
- font-size: 15px;
- text-align: center;
- }
- </style>
|