diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 9d026b2..036da6f 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -74,6 +74,9 @@
+
@@ -249,6 +252,15 @@ const fnSubmitLogin = async () => {
right: 80px;
}
}
+
+ .foot {
+ position: absolute;
+ width: 100%;
+ text-align: center;
+ bottom: 10px;
+ color: #fff;
+ font-size: 14px;
+ }
}
:deep {