From 002fb00dc0a3845bf9f85bd3a12fe8d3f15a5c6a Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 27 五月 2024 13:39:56 +0800
Subject: [PATCH] 1、销售出库维护页面:删除功能报错 2.网页端删除报错,如果是条码生成的应该在删除界面提示这张销售出库是条码生成,请去PDA缓存列表删除,如果是下推产生,应该可以直接删除。
---
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