From 81aaf6dad6bc641a3089a47c1daa770200ee4e5d Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 24 六月 2024 12:01:30 +0800
Subject: [PATCH] 条码档案列表添加过滤字段;生成条码选源单页面添加过滤字段;审核生产汇报单后才可以进行打印;首检检验单添加表头字段
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index e439a44..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 {
@@ -142,7 +146,7 @@
.imgtitle {
text-align: center;
display: block;
- font-size: 30px;
+ font-size: 20px;
}
.layui-icon {
--
Gitblit v1.9.1