From efb401888800347f66f7ab04ad925db9def1af47 Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期五, 26 五月 2023 18:02:22 +0800
Subject: [PATCH] 备品出借 分配画面 部分代码 和框架代码
---
force-app/main/default/staticresources/RelationListPagingCmpCss.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/staticresources/RelationListPagingCmpCss.css b/force-app/main/default/staticresources/RelationListPagingCmpCss.css
index 5414c08..d949557 100644
--- a/force-app/main/default/staticresources/RelationListPagingCmpCss.css
+++ b/force-app/main/default/staticresources/RelationListPagingCmpCss.css
@@ -12,6 +12,7 @@
overflow: hidden;
float:left;
/* width:32768px; */ /* 20230523 ljh lightning */
+ width: 1100px;
}
div#out_Div_L {
position:relative;
@@ -24,6 +25,7 @@
float:left;
/* width:32768px; */ /* 20230523 ljh lightning */
height: 100px; /* tbody銈掕〃绀恒仚銈嬮珮銇曘�佸緦銇s銇仸瑾挎暣 */
+ width: 1100px;
}
div#in_Div_L {
position:relative;
@@ -108,4 +110,10 @@
color: #000;
white-space:normal;
}
+table#tableData{
+ width: 1000px;
+}
+table#tableHeader{
+ width: 1000px;
+}
/* 20230508 ljh lightning鍒囨崲 start */
--
Gitblit v1.9.1