From 772f5bd3cba63a4cb007e12ccb3975834a795fd6 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 01 七月 2024 11:27:11 +0800
Subject: [PATCH] spc质量报表

---
 WebTM/layuiadmin/layui/css/ReportPlatform.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index 3bfb0bf..1230db7 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;
 }
 
@@ -75,7 +75,7 @@
 
 .topright > dd {
     padding: 0px 10px;
-    width: 50%;
+    width: 75%;
 }
 
 dt, dd {
@@ -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