2026-07-30 14:16:58 +08:00
|
|
|
<template>
|
2026-07-31 12:47:38 +08:00
|
|
|
<a-layout-footer class="footer">和气气站管理系统</a-layout-footer>
|
2026-07-30 14:16:58 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" setup></script>
|
|
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
.footer {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
height: 40px;
|
|
|
|
|
color: var(--color-text-2);
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
</style>
|