From 9b18a89db09caecb003960be72f52a202988db58 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 25 Aug 2024 16:35:38 +0800
Subject: [PATCH] Merge branch '6-29印度股票' of http://124.156.157.155:8060/r/dg/dabao_wap into 6-29印度股票

---
 src/page/login/login.vue |    5 ++++-
 config/index.js          |    1 +
 src/App.vue              |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/config/index.js b/config/index.js
index 4ba5636..2ba7612 100644
--- a/config/index.js
+++ b/config/index.js
@@ -2,6 +2,7 @@
 // Template version: 1.3.1
 // see http://vuejs-templates.github.io/webpack for documentation.
 
+
 const path = require("path");
 
 module.exports = {
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