From 001a01f364854d1034edd4f1ced5f55998873dfd Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 26 Oct 2022 17:42:02 +0800
Subject: [PATCH] 首页模块剥离

---
 src/styles/base/index.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles/base/index.css b/src/styles/base/index.css
index 59b1422..11d2489 100644
--- a/src/styles/base/index.css
+++ b/src/styles/base/index.css
@@ -116,8 +116,8 @@
   margin: 0 !important;
   display: flex;
   flex-direction: column;
-  width: 520px;
-  height: 560px;
+  width: 750px;
+  height: 580px;
   top: 50%;
   left: 50% !important;
   transform: translate(-50%, -50%);

--
Gitblit v1.9.3