From d76e64532f658545de5330fb0db30d90b061c069 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 07 八月 2023 09:48:22 +0800
Subject: [PATCH] 1.优化

---
 src/styles/global.css |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 57d61dc..66eff3b 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -3,8 +3,8 @@
   height: 100%;
   margin: 0;
   padding: 0;
-  /*min-width: 1800px;*/
-  /*overflow-y: hidden;*/
+  min-width: 1200px;
+  overflow-y: hidden;
   /*overflow-x: hidden;*/
 
   -moz-osx-font-smoothing: grayscale;
@@ -116,6 +116,15 @@
   font-size: 26px !important;
 }
 
+
+
+.el-button{
+  height: 34px ;
+  display: flex !important;
+  align-items: center;
+  justify-content: center;
+}
+
 /*
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄

--
Gitblit v1.9.3