From 4450143298f467e05c84c7f2bfc8b04412d5ebc8 Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期五, 19 十二月 2025 14:40:55 +0800
Subject: [PATCH] 提交工单管理功能1

---
 fzzy-igdss-web/src/main/resources/static/security/patrol/patrolRecord-style.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/static/security/patrol/patrolRecord-style.css b/fzzy-igdss-web/src/main/resources/static/security/patrol/patrolRecord-style.css
index 0f5430b..e175fb6 100644
--- a/fzzy-igdss-web/src/main/resources/static/security/patrol/patrolRecord-style.css
+++ b/fzzy-igdss-web/src/main/resources/static/security/patrol/patrolRecord-style.css
@@ -41,8 +41,8 @@
 }
 /* 鍗曚釜杞ㄨ抗鍗$墖 */
 .track-card {
-    padding: 12px;
-    border: 1px solid #f0f0f0;
+    padding: 6px;
+    border: 1px solid #ccc;
     border-radius: 6px;
     margin-bottom: 10px;
     cursor: pointer;
@@ -71,6 +71,8 @@
     width: 80px;
     color: #666;
     flex-shrink: 0;
+    line-height: 20px;
+    font-size: 15px;
 }
 .card-row .value {
     color: #333;
@@ -78,6 +80,7 @@
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
+    margin-left: 10px;
 }
 /* 婊氬姩鏉$編鍖� */
 .track-card-panel::-webkit-scrollbar {

--
Gitblit v1.9.3