From 05cd6a216ba17cfe357bbe52e4a9e53494d5717c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 09 十月 2024 10:23:03 +0800
Subject: [PATCH] ll

---
 admin/src/assets/style/style.scss |   52 +++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 43 insertions(+), 9 deletions(-)

diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index a442fd9..f6a469f 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -1,4 +1,5 @@
 @import "variables.scss";
+@import "./element-variables.scss";
 // 鏍峰紡閲嶇疆
 html {
   height: 100%;
@@ -61,7 +62,6 @@
     font-size: 14px;
   }
 }
-
 .doumee-element-table {
   border-color: #DFE2E8;
   tr, th, td {
@@ -113,10 +113,20 @@
     font-weight: bold;
   }
 }
+.status-blue{
+  color: #3C77DA;
+}
+.status-green{
+  color:green;
+}
+.status-red{
+  color:red;
+}
 .tip-warn {
-  margin: 4px 0 12px 0;
+  margin: 4px 0 25px 0;
   font-size: 12px;
   color: #999;
+  line-height: 25px;
   i {
     color: orange;
     margin-right: 4px;
@@ -128,8 +138,25 @@
 
 .main_app {
   background-color: #fff;
-  padding: 30px;
-  margin: 0 16px;
+  margin-top: 10px;
+  margin-left: 16px;
+  padding: 20px;
+}
+.fs12{
+  font-size: 12px;
+}
+.fs13{
+  font-size: 13px;
+}
+.fs15{
+  font-size: 15px;
+}
+.fs17{
+  font-size: 17px;
+}
+.query_btns{
+  border-bottom: 1px solid #eee;
+  padding-bottom: 10px;
 }
 /** 鍩虹閫氱敤 **/
  // 澶у皬 澶栬竟璺�
@@ -146,7 +173,7 @@
   width: 200px !important;
  }
  .w300{
-  width: 300px;
+  width: 300px !important;
  }
  .w400{
   width: 400px !important;
@@ -206,7 +233,9 @@
 .mr20 {
   margin-right: 20px;
 }
-
+.pt16{
+  padding-top: 16px;
+}
 .mb20 {
   margin-bottom: 20px;
 }
@@ -214,10 +243,10 @@
   color: red !important;
 }
 .green{
-  color: #83cbb2;
+  color: #00BA67;
 }
 .primaryColor{
-  color: $primary-color;
+  color: $primary-color !important;
 }
 .placeholder9{
   color: #999999;
@@ -236,7 +265,7 @@
   margin-left: 20px !important;
 }
 .mt30 {
-  margin-top: 30px;
+  margin-top: 30px !important;
 }
 
 .mr30 {
@@ -262,6 +291,11 @@
 .df{
   display: flex;
 }
+.df_center{
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
 .df_ac{
   display: flex;
   align-items: center;

--
Gitblit v1.9.3