From 2ec27978d7635112f4d5829d12a18934928ee4d5 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 06 九月 2023 13:22:25 +0800
Subject: [PATCH] 增加 《按钮设置》 的按钮功能:销售订单列表,发货通知单列表,退货通知单列表,销售出库单列表,销售退货单列表,器具寿命调整单列表,寿命耗用单列表,保养计划单列表,保养记录单列表,点检计划单列表,点检记录单列表,故障登记单列表,维修派工单列表,维修记录单列表,维修验收单列表,工资结算单(个人)列表,工资结算单(集体)列表,工资结算单(其他)列表,考勤汇报单列表,请假申请单列表,定额申请单列表,异常工时申请单列表,扣补项目费用单,工资单列表,加班申请单列表
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index c0dffdb..851b901 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;
}
@@ -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