From 89ed2434ea3882acfc5b9e095ce3ea1ba1b706a1 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 28 二月 2024 17:18:25 +0800
Subject: [PATCH] 高级过滤优化 销售订单 高级过滤 物料高级过滤 生产订单高级过滤 生产订单、生产订单变更单、开班单、停工挂起单、结班单,生产汇报单、产量汇报单,工序流转卡、工序进站接收单、工序出站汇报单、工序流转卡派工单、工序返工记录单、工序返工申请单 工序委外派工单、工序委外接收单、工序委外发出单
---
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