From bb2ed2e56da26a6b79575f5be9f60ca2d90774d0 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 01 八月 2024 17:17:32 +0800
Subject: [PATCH] 1.工序、工价界面优化

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

diff --git a/src/styles/global.css b/src/styles/global.css
index 4a09c44..6f5c868 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -3,8 +3,8 @@
   height: 100%;
   margin: 0;
   padding: 0;
-  min-width: 1200px;
-  overflow-y: hidden;
+  /*min-width: 1200px;*/ /*杩欒浠g爜鐩墠涓嶈兘鍔�  鍔犱簡宸ュ崟鎵撳嵃瀹藉害浼氬嚭闂*/
+  /*overflow-y: hidden;*/
   /*overflow-x: hidden;*/
 
   -moz-osx-font-smoothing: grayscale;
@@ -63,6 +63,11 @@
   justify-content: flex-end;
 }
 
+.el-button--text{
+  font-size: 14px !important;
+  cursor: pointer !important;
+}
+
 
 /*澶撮儴鎸夐挳缁勬牱寮�*/
 .bodyTopButtonGroup {

--
Gitblit v1.9.3