From 76e49eb32372b05ecf3b3e4c63567c5a987430bd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 09 八月 2023 09:27:17 +0800
Subject: [PATCH] 1.编码规格完成80%

---
 src/styles/global.css |   42 ++++++++++++++++++++++++++++++++++--------
 1 files changed, 34 insertions(+), 8 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 8dc9f35..d291fc1 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -23,16 +23,42 @@
   padding: 0 10px;
 }
 
-.el-table__body-wrapper{
+.el-table .custom-row {
   background: #f8f8fa;
 }
 
-.el-input__inner{
+.el-table__body-wrapper{
+  background: #f8f8fa;
+}
+.el-table__body .el-table__row.hover-row td {
+  background-color: #eaecef !important;
+}
+
+.body .el-input__inner{
   height: 34px !important;
 }
 
 .el-dialog__body{
   padding:50px 80px !important;
+}
+.el-dialog__body .el-input__inner{
+  height: 34px !important;
+}
+
+.el-icon-delete,.el-icon-edit-outline{
+  cursor: pointer;
+  margin-right: 15px;
+}
+
+.operationClass {
+  height: 23px;
+  display: flex;
+  align-items: center;
+}
+
+.el-message-box__btns{
+  display: flex;
+  justify-content: flex-end;
 }
 
 
@@ -102,12 +128,12 @@
   position: relative;
 }
 
-.operationClass {
-  height: 23px;
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
+/*.operationClass {*/
+/*  height: 23px;*/
+/*  display: flex;*/
+/*  justify-content: space-between;*/
+/*  align-items: center;*/
+/*}*/
 
 
 /*瀵硅瘽妗嗘寜閽簳閮�*/

--
Gitblit v1.9.3