From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523

---
 force-app/main/default/staticresources/RelationListPagingCmpCss.css |   37 ++++++++++++++++++++++++++++++++-----
 1 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/staticresources/RelationListPagingCmpCss.css b/force-app/main/default/staticresources/RelationListPagingCmpCss.css
index faf2792..9d5e709 100644
--- a/force-app/main/default/staticresources/RelationListPagingCmpCss.css
+++ b/force-app/main/default/staticresources/RelationListPagingCmpCss.css
@@ -11,7 +11,7 @@
   position:relative;
   overflow: hidden;
   float:left;
-  width:32768px;
+  /* width:32768px; */
 }
 div#out_Div_L {
   position:relative;
@@ -22,7 +22,7 @@
   position:relative;
   overflow: auto;  /*銈广偗銉兗銉儛銉�*/
   float:left;
-  width:32768px;
+  /* width:32768px; */
   height: 100px; /* tbody銈掕〃绀恒仚銈嬮珮銇曘�佸緦銇s銇仸瑾挎暣 */
 }
 div#in_Div_L {
@@ -57,10 +57,20 @@
 body .pbBody table.list tr.dataRow td.dataCellBorder1 {padding:0px 0px 0px 0px; border-width: 0px 0px 1px 1px; vertical-align: middle; word-break:break-all;}
 }
 
-table.list td {width:100px;}
+/* table.list td {width:100px;} */
 table.list td.col_noChk {width:0px;}
 table.list td select {width:95%;}
-table.list td input {width:95%;}
+/* 20230509 ljh lightning start */
+/* table.list td input {width:95%;} */
+table.list td input[type="text"] {width:95%;}
+/* 20230509 ljh lightning end */
+input.inc.btn{
+  padding: 0 4px;
+}
+input.dec.btn{
+  padding: 0 4px;
+}
+
 table.list td textarea {
   height:50px;
   width:90%;
@@ -81,4 +91,21 @@
 */
 
 body .pbBody table.list tr.headerRow td.col_Scroll {width:0px; padding:0px; border-width:0px;}
-body .pbBody table.list tr.dataRow td.col_Scroll {width:0px; padding:0px; border-width:0px;}
\ No newline at end of file
+body .pbBody table.list tr.dataRow td.col_Scroll {width:0px; padding:0px; border-width:0px;}
+/* 20230508 ljh lightning鍒囨崲 start */
+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;
+  color: #000;
+  font-size: .9em;
+  font-weight: bold;
+  padding: 5px 2px 4px 5px;
+  white-space:normal;
+}
+body .pbBody table.list tr th, body .pbBody table.list tr td {
+  border: 1px solid #ededed;
+  color: #000;
+  white-space:normal;
+}
+/* 20230508 ljh lightning鍒囨崲 start */
\ No newline at end of file

--
Gitblit v1.9.1