From 285788e3a2ed86c8599ba146ad9c388363d54921 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 01 Aug 2024 18:03:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/detached' into 6-29印度股票

---
 src/page/login/login.vue |    5 ++++-
 src/App.vue              |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index e748bb8..9ba2471 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -45,7 +45,7 @@
   },
   name: "App",
   created() {
-    // this.setUseInfo();
+    //this.setUseInfo();
     this.$state.theme = "red";
     let title = this.$route.meta.title || this.$t("hj224");
     this.title = title;
diff --git a/src/page/login/login.vue b/src/page/login/login.vue
index 64abe09..cb0a528 100644
--- a/src/page/login/login.vue
+++ b/src/page/login/login.vue
@@ -170,8 +170,11 @@
   font-weight: 400;
   font-size: 0.37333rem;
   color: #8c9fad;
-  margin: 20px auto;
+  margin: 0.4rem auto;
   padding: 0.34667rem 0.4rem;
+  width: 100%;
+  height: 6rem;
+  text-align: center;
   span {
     color: rgb(5, 106, 239);
   }

--
Gitblit v1.9.3