From 80c1154bb547ed538f806b5f7cd76fb4a4a1ba26 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期五, 05 十一月 2021 09:16:33 +0800
Subject: [PATCH] 修改了设备点检保养维修记录页面

---
 WebTM/layuiadmin/layui/css/ReportPlatform.css |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index 3bfb0bf..851b901 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -52,7 +52,7 @@
 
 .cns {
     border: 1px solid #5FB878;
-    height: 140px;
+    height: 160px;
     border-radius: 5px;
 }
 
@@ -83,8 +83,11 @@
 }
 
 .cnt h1, .cns h1 {
-    line-height: 30px;
+    line-height: 25px;
     margin: 0 5px;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    overflow: hidden;
 }
 
 h1 span {
@@ -94,6 +97,7 @@
     overflow: hidden;
     text-overflow: ellipsis;
     line-height: 0.9;
+    font-size:12px;
 }
 
 .cnt, .cns dl dd {

--
Gitblit v1.9.1