| | |
| | | <template> |
| | | <div class="footer"> |
| | | <div class="copyright"> |
| | | Copyright |
| | | <a-icon type="copyright"/> |
| | | 2019 <span>JEECG开源社区 出品</span> |
| | | <span>内容由 AI 大模型生成,请仔细甄别</span> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "LayoutFooter" |
| | | name: 'LayoutFooter' |
| | | } |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | .footer { |
| | | padding: 0 16px; |
| | | margin: 6px 0 6px; |
| | | margin: 0.3vw 0 0.3vw; |
| | | text-align: center; |
| | | background-color: transparent!important; |
| | | |
| | | .copyright { |
| | | color: rgba(0, 0, 0, .45); |
| | | font-size: 14px; |
| | | color: #fff; |
| | | font-size: 0.73vw; |
| | | } |
| | | } |
| | | </style> |