From 72dbfec77a747b9a08bc71b630464d4383877082 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 25 八月 2025 01:15:02 +0800
Subject: [PATCH] 按钮判断

---
 src/assets/main.css |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/src/assets/main.css b/src/assets/main.css
index ca9da38..33888fd 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -7,11 +7,23 @@
   --el-color-primary-light-7: #019e58 !important;
   --el-color-primary-dark-2: #019e58 !important;
   --el-color-primary-dark-3: #019e58 !important;
+  --el-button-border-color: #019e58 !important;
 }
 
 /* 鍩虹鏍峰紡 */
 * {
   outline: none;
+}
+
+html,
+body {
+  width: 100%;
+  height: 100%;
+}
+
+#app {
+  width: 100%;
+  height: 100%;
 }
 
 /* 灞呬腑甯冨眬 */
@@ -51,11 +63,11 @@
 }
 
 .titleBox {
-  background: #d8f7e6;
   padding: 8px 10px;
   font-weight: 700;
-  color: #00873c;
+  color: #019e58;
   font-size: 14px;
+  padding: 10px;
   box-sizing: border-box;
 }
 
@@ -183,6 +195,8 @@
   align-items: stretch !important;
 }
 
+
+
 .el-select__wrapper {
   height: 40px !important;
 }
@@ -224,11 +238,12 @@
 }
 .wait,
 .main {
-  color: #019e58;
+  color: #fc9b1e;
 }
 .grey {
   color: #949494;
 }
-.el-dialog__header {
-  padding: 0; /* 鎴栬�呰嚜瀹氫箟鐨勫�� */
+.mainbg{
+  background:#00873c;
+  color:#fff;
 }

--
Gitblit v1.9.1