From 7ed546192a84e33561330062cdb48790fcdb5eef Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 19 九月 2024 08:57:55 +0800
Subject: [PATCH] 1.设备/模具:保养规程 表头增加 HErrWarDays int --预警天数 2.设备/模具:保养计划单增加HErrBeginTime datetime --预警开始时间点,审核时把子表 预警开始时间点, 填入 3.设备启动点检清单/启动点检清单:增加字段HDotCheckType varchar(50) --点检类型(设备,模具,作业指导书,检验指导书) HRelationID int --关联ID(设备内码或模具内码) 4.启动点检单: 新增 子表界面 根据不同的点检类型,点击查看,弹出不同的数据(根据表头日期查询(按照当前月显示)) .工艺参数点检:增加附件上传功能 2.设备工艺参数趋势图:根据流转卡的子表进站出站时间查询工艺参数(增加一个选择框 采集来源:(设备采集,手动输入)) 3.开工:增加设备启动点检,防错验证控制

---
 WebTM/layuiadmin/layui/css/ReportPlatform.css |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index c0dffdb..1230db7 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -43,10 +43,16 @@
     border-color: rgba(95,184, 120,.75);
     -webkit-box-shadow: 0 0 18px rgba(95,184,120);
 }
+.check1 {
+    cursor: pointer; /*榧犳爣鍙樻垚鎵嬫寚鏍峰紡*/
+    -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
+    border-color: rgba(0,148, 255,.75);
+    -webkit-box-shadow: 0 0 18px rgba(0,148,255);
+}
 
 .cns {
     border: 1px solid #5FB878;
-    height: 140px;
+    height: 160px;
     border-radius: 5px;
 }
 
@@ -69,7 +75,7 @@
 
 .topright > dd {
     padding: 0px 10px;
-    width: 50%;
+    width: 75%;
 }
 
 dt, dd {
@@ -77,13 +83,21 @@
 }
 
 .cnt h1, .cns h1 {
-    line-height: 30px;
-    margin: 0 10px;
+    line-height: 25px;
+    margin: 0 5px;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    overflow: hidden;
 }
 
 h1 span {
     font-family: "寰蒋闆呴粦";
     font-weight: bold;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    line-height: 0.9;
+    font-size:12px;
 }
 
 .cnt, .cns dl dd {
@@ -109,6 +123,10 @@
     border: 0.4em solid #808080;
     background-color: #808080;
 }
+.color_border4 {
+    border: 0.4em solid #13ad4c;
+    background-color: #13ad4c;
+}
 
 .gj_icon {
     border-radius: 0.4em;
@@ -128,7 +146,7 @@
 .imgtitle {
     text-align: center;
     display: block;
-    font-size: 30px;
+    font-size: 20px;
 }
 
 .layui-icon {

--
Gitblit v1.9.1