From 68bb6e383fdb33218f7ac6c37499f8112c1ea9f5 Mon Sep 17 00:00:00 2001
From: jiazx0107 <jiazx0107@163.com>
Date: 星期三, 31 十二月 2025 15:48:52 +0800
Subject: [PATCH] 调整工单页面提交
---
fzzy-igdss-web/src/main/resources/d7/common.css | 83 ++++++++++++++++++++++++++++++++++++++---
1 files changed, 76 insertions(+), 7 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..1e89904 100644
--- a/fzzy-igdss-web/src/main/resources/d7/common.css
+++ b/fzzy-igdss-web/src/main/resources/d7/common.css
@@ -19,8 +19,13 @@
border-radius: 6px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
padding-top: 5px;
- padding-bottom: 13px;
min-height: 1px;
+}
+
+.c-param1 {
+ border-radius: 6px;
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
+ min-height: 150px;
}
.c-data {
@@ -28,7 +33,21 @@
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
padding-top: 5px;
margin-top: 10px;
- /* padding-bottom: 13px;*/
+}
+
+.c-data2 {
+ border-radius: 6px;
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
+ padding-top: 5px;
+ margin-top: 10px;
+ top: 165px;
+}
+
+.c-data3 {
+ border-radius: 6px;
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
+ margin-top: -10px;
+ margin-right: -5px;
}
.d-toolbar {
@@ -71,7 +90,11 @@
.d-grid .data-table .row td {
border-bottom: 1px solid #e7eaec !important;
background-color: transparent;
- border: 0px;
+}
+
+/** 璋冩暣DataGrid鍜孉utoForm鐨勭紪杈戞楂樺害 **/
+.d-dialog .dialog-body-wrap .dialog-body > .content-panel{
+ background-color: #f7f7f7;
}
/** 璋冩暣DataGrid鍜孉utoForm鐨勭紪杈戞楂樺害 **/
@@ -132,6 +155,10 @@
-webkit-box-shadow: inset 0 -3px 0 #f5f5f5;
-moz-box-shadow: inset 0 -3px 0 #f5f5f5;
box-shadow: inset 0 -3px 0 #037d41;
+ background-color: #e6e6e6;
+}
+.d-tabbar .tab .d-icon {
+ color: #037d41 !important;
}
.d-caption-bar .caption-bar-icon {
@@ -161,8 +188,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;
}
@@ -228,6 +255,7 @@
line-height: 1.5;
text-decoration: none;
width: 85px;
+ cursor: pointer;
}
.a-btn2 {
@@ -240,6 +268,7 @@
line-height: 1.5;
text-decoration: none;
width: 85px;
+ cursor: pointer;
}
.a-btn3 {
@@ -252,6 +281,7 @@
line-height: 1.5;
text-decoration: none;
width: 85px;
+ cursor: pointer;
}
.a-btn4 {
@@ -264,18 +294,57 @@
line-height: 1.5;
text-decoration: none;
width: 85px;
+ cursor: pointer;
+}
+
+.s1{
+ background-color: #1ab394;
+ padding: 2px 6px;
+ text-shadow: none;
+ border-radius: 10px;
+ color: #FFF;
+}
+.s2{
+ background-color: #f8ac59;
+ padding: 2px 6px;
+ text-shadow: none;
+ border-radius: 10px;
+ color: #FFF;
+}
+.s3{
+ background-color: #ef6776;
+ padding: 2px 6px;
+ text-shadow: none;
+ border-radius: 10px;
+ color: #FFF;
+}
+
+.s4{
+ background-color: #1c84c6;
+ padding: 2px 6px;
+ text-shadow: none;
+ border-radius: 10px;
+ color: #FFF;
}
/**琛ㄥ崟TITLE**/
.f-title{
- font-weight: bold;
+ font: bold 30px Georgia, 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