From 58067aa57fe5583fde99a61a8d79e3f355727329 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 17 十二月 2025 16:30:41 +0800
Subject: [PATCH] 巡检监管页面、及巡检记录页面

---
 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