From 640c0fd0f09b4d435e13c12a47c0b3cc16fce2c8 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 18 Jul 2025 11:17:57 +0800
Subject: [PATCH] Merge branch 'test' of http://139.196.74.78:10010/r/drone/drone-web-manage into test

---
 src/styles/element-ui.scss |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 47078bb..938aeb8 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -115,4 +115,27 @@
     display: flex;
     flex-direction: column;
   }
+}
+
+.ztzf-public-general-avue-crud {
+  .el-table {
+    tr {
+      min-height: 30px !important;
+      line-height: 30px !important;
+      box-sizing: border-box !important;
+    }
+
+    tr th,
+    tr td {
+      padding: 6px 0 !important;
+      min-height: 30px !important;
+      line-height: 30px !important;
+      box-sizing: border-box !important;
+
+      div.cell {
+        min-height: 30px !important;
+        line-height: 30px !important;
+      }
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3