From 15e38ae427753c7b8b949eed2fe04ee11e693aef Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 11 三月 2024 16:03:47 +0800
Subject: [PATCH] 生产订单,工序流转卡 增加 生产白坯要求HRemark_New,生产幅宽HWidth_New、生产克重HWeight_New、产品规格HMaterModel字段,生产订单可以编辑生产白坯要求、生产幅宽、生产克重、产品规格,下推(批量下推)工序流转卡带入生产白坯要求、生产幅宽、生产克重、产品规格

---
 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 e439a44..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 {
@@ -142,7 +146,7 @@
 .imgtitle {
     text-align: center;
     display: block;
-    font-size: 30px;
+    font-size: 20px;
 }
 
 .layui-icon {

--
Gitblit v1.9.1