From 533b5fddca83120f95a1561160f675132e960b74 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期五, 29 三月 2024 16:12:25 +0800
Subject: [PATCH] 新增加载中等待样式

---
 web/src/assets/css/custom.css |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/web/src/assets/css/custom.css b/web/src/assets/css/custom.css
index 4b4f415..517ef4c 100644
--- a/web/src/assets/css/custom.css
+++ b/web/src/assets/css/custom.css
@@ -26,7 +26,9 @@
 .zt .el-table .el-table__row.hover-row {
   background-color: #eaf5ff !important;
 }
-
+.zt .el-table__fixed-right-patch{
+  background-color: #edf6ff ;
+}
 /*.zt .el-table.djxlTable tbody tr:hover>td {*/
 /*  background-color: #f5f7fa !important;*/
 /*  !*color: #FFFFFF;*!*/
@@ -87,7 +89,9 @@
   background: rgba(2, 120, 231, 1);
 }
 .zt .fa-card-a{
-  padding: 20px;
+  padding-bottom: 20px;
+  padding-left: 20px;
+  padding-right: 20px;
   border: 1px solid #EBEEF5;
   color: #303133;
   -webkit-transition: .3s;

--
Gitblit v1.9.1