From baf5b2ad13676b65d6946b34da3ece24a20081a5 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 30 一月 2024 14:02:32 +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