From cb0c9a4155b0de73f67ee13146c907e874987bd7 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 27 Oct 2022 11:58:39 +0800
Subject: [PATCH] 弹窗大小调整及echarst添加提示

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

diff --git a/src/styles/base/index.css b/src/styles/base/index.css
index 5fecbf2..4c9be23 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: 750px;
-  height: 580px;
+  width: 1000px;
+  height: 600px;
   top: 50%;
   left: 50% !important;
   transform: translate(-50%, -50%);
@@ -146,8 +146,8 @@
   margin: 0 !important;
   display: flex;
   flex-direction: column;
-  width: 800px;
-  height: 500px;
+  width: 1000px;
+  height: 700px;
   top: 50%;
   left: 50% !important;
   transform: translate(-50%, -50%);

--
Gitblit v1.9.3