From 40aaf7e386d9e40a54ed3a82d658e4a7cdf3e5c4 Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期二, 04 七月 2023 18:32:51 +0800
Subject: [PATCH] 公用文件

---
 force-app/main/default/staticresources/StyleUtilCss.resource-meta.xml |    5 +++++
 force-app/main/default/staticresources/StyleUtilCss.css               |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/staticresources/StyleUtilCss.css b/force-app/main/default/staticresources/StyleUtilCss.css
new file mode 100644
index 0000000..07a0d50
--- /dev/null
+++ b/force-app/main/default/staticresources/StyleUtilCss.css
@@ -0,0 +1,39 @@
+/* 20230616 ljh start lightning */
+/* 琛ㄦ牸琛ㄦ牸鍜屾*/
+body .pbBody table.list tr th, body .pbBody table.list tr td {
+    border: 1px solid #ededed;
+    white-space: normal;
+}
+body .pbBody table.list tr.headerRow td,body .pbBody table.list tr.headerRow th {
+    background: #f2f3f3;
+    border-width: 0 0 1px 1px;
+    border-color: #e0e3e5;
+    font-size: .9em;
+    font-weight: bold;
+}
+/*淇℃伅鎻愮ず棰滆壊*/
+body .bPageBlock .pbSubheader, .slds-vf-scope .bPageBlock .pbSubheader{
+	background-color: #08107b !important;;
+    color: #FFF !important;;
+}
+body .infoM2, body .infoM3, body .infoM4, .slds-vf-scope .infoM2, .slds-vf-scope .infoM3, .slds-vf-scope .infoM4 {
+    background-color: #08107b !important;
+}
+body .message, .slds-vf-scope .message{
+    background-color: #08107b !important;
+}
+body .pbButton{
+    text-align: left;
+}
+
+/*妫�绱㈡涓嶄贡*/
+body .detailList .dataCol input[type="text"],body .detailList .dataCol select{
+    min-width: 180px;
+    padding: 0;
+}
+body .bPageBlock .detailList .dataCol{
+    width: 8%;
+}
+body .detailList td{
+    position: static;
+}
diff --git a/force-app/main/default/staticresources/StyleUtilCss.resource-meta.xml b/force-app/main/default/staticresources/StyleUtilCss.resource-meta.xml
new file mode 100644
index 0000000..205b97a
--- /dev/null
+++ b/force-app/main/default/staticresources/StyleUtilCss.resource-meta.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<StaticResource xmlns="http://soap.sforce.com/2006/04/metadata">
+    <cacheControl>Public</cacheControl>
+    <contentType>text/css</contentType>
+</StaticResource>

--
Gitblit v1.9.1