From 3f1a8f29ad67e632b53cd7844b671fbf9d910f58 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 19 Mar 2025 09:30:35 +0800
Subject: [PATCH] 增加备案信息
---
src/pages/page-web/index.vue | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/pages/page-web/index.vue b/src/pages/page-web/index.vue
index 8d31268..efd4186 100644
--- a/src/pages/page-web/index.vue
+++ b/src/pages/page-web/index.vue
@@ -33,6 +33,7 @@
</a-button>
</a-form-item>
</a-form>
+ <div class="page-ba">赣ICP备18011362号-3</div>
</div>
</template>
@@ -107,5 +108,12 @@
.login {
background-color: $dark-highlight;
height: 100vh;
+ position: relative;
+ .page-ba {
+ position: absolute;
+ bottom: 10px;
+ color: white;
+ }
}
+
</style>
--
Gitblit v1.9.3