feat(frontend): redesign management login pages

This commit is contained in:
david
2026-07-31 12:47:38 +08:00
parent a47e9025d0
commit ad6a914450
20 changed files with 750 additions and 280 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a-layout-footer class="footer">气气站管理系统</a-layout-footer>
<a-layout-footer class="footer">气气站管理系统</a-layout-footer>
</template>
<script lang="ts" setup></script>

View File

@@ -2,7 +2,7 @@
<div class="navbar">
<a-space class="brand">
<img :src="logoUrl" alt="和气平台" />
<a-typography-title :heading="5" :style="{ margin: 0 }">气气站管理系统</a-typography-title>
<a-typography-title :heading="5" :style="{ margin: 0 }">气气站管理系统</a-typography-title>
<icon-menu-fold v-if="!topMenu && appStore.device === 'mobile'" class="menu-trigger" @click="toggleDrawerMenu" />
</a-space>
<a-space>