From db67639449287bcec461916a7dca6003ee5dd03c Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 05 十二月 2025 16:27:18 +0800
Subject: [PATCH] 出入库详单及补单页面及逻辑
---
fzzy-igdss-web/src/main/resources/d7/common.css | 25 ++++++++++++++++++++-----
1 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/d7/common.css b/fzzy-igdss-web/src/main/resources/d7/common.css
index f77635e..0908072 100644
--- a/fzzy-igdss-web/src/main/resources/d7/common.css
+++ b/fzzy-igdss-web/src/main/resources/d7/common.css
@@ -19,7 +19,6 @@
border-radius: 6px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
padding-top: 5px;
- padding-bottom: 13px;
min-height: 1px;
}
@@ -29,6 +28,14 @@
padding-top: 5px;
margin-top: 10px;
/* padding-bottom: 13px;*/
+}
+
+.c-bottom {
+ border-radius: 6px;
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-top: 10px;
}
.d-toolbar {
@@ -161,8 +168,8 @@
border-radius: 50px;
color: #fff !important;
padding: 0 15px;
- background-color: #037d41 !important;
- border-color: #037d41;
+ background-color: #1c84c6 !important;
+ border-color: #1c84c6;
white-space: nowrap;
cursor: pointer;
}
@@ -268,14 +275,22 @@
/**琛ㄥ崟TITLE**/
.f-title{
- font-weight: bold;
+ font: bold 30px Arial, sans-serif;
text-align: center;
- font-size:22px;
}
.bar-title {
font-weight: bold;
font-family: "寰蒋闆呴粦", Arial, sans-serif;
}
+/**琛ㄥ崟鎻愮ず淇℃伅**/
+.h-tip {
+ display: block;
+ color: #8a6d3b;
+ background-color: #fcf8e3;
+ border-color: #faebcc;
+ padding: 15px;
+ border-radius: 4px;
+}
/**瀹氬埗鏍峰紡**/
#d_cddWarehouse.d-modern-scroller {
--
Gitblit v1.9.3