From 5427cedd5273420d04f83e21fd3f37f3d4ebd8b4 Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期一, 29 五月 2023 17:26:38 +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