From 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 23 八月 2023 14:54:59 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev
---
force-app/main/default/pages/ConsumEquipmentSetReturn.page | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/force-app/main/default/pages/ConsumEquipmentSetReturn.page b/force-app/main/default/pages/ConsumEquipmentSetReturn.page
index 6156cbf..4ab042e 100644
--- a/force-app/main/default/pages/ConsumEquipmentSetReturn.page
+++ b/force-app/main/default/pages/ConsumEquipmentSetReturn.page
@@ -35,20 +35,20 @@
.col_EquipmentManagementCode_OldData__c {display: none;}
.col_Scroll{display: none;}
-table.list .col_Fixture_Model_No__c colViewing{width:100px;}
-table.list .col_Consumable_Guaranteen_end_F__c colViewing{width:100px;}
-table.list .col_SerialNumber_F__c colViewing{width:100px;}
-table.list .col_Salesdepartment__c colViewing{width:100px;}
-table.list .col_Yi_Fa_Huo_Jia__c colViewing{width:100px;}
-table.list .col_Dao_Huo_OK_Jia__c colViewing{width:100px;}
-table.list .col_Dao_Huo_NG_Jia__c colViewing{width:100px;}
-table.list .col_Yi_Xiao_Hao_Jia__c colViewing{width:100px;}
-table.list .col_Hui_Ji_Jia__c colViewing{width:100px;}
-table.list .col_Dai_Xiao_Hao_Jia__c colViewing{width:100px;}
-table.list .col_ManagementCode__c colViewing{width:100px;}
-table.list .col_EquipmentManagementCode__c colViewing{width:100px;}
-table.list .col_EquipmentManagementCode_OldData__c colViewing" style="{width:100px;}
-table.list .col_Scroll{width:100px;}
+table.list .col_Fixture_Model_No__c {width:100px;}
+table.list .col_Consumable_Guaranteen_end_F__c {width:100px;}
+table.list .col_SerialNumber_F__c {width:100px;}
+table.list .col_Salesdepartment__c {width:100px;}
+table.list .col_Yi_Fa_Huo_Jia__c {width:100px;}
+table.list .col_Dao_Huo_OK_Jia__c {width:100px;}
+table.list .col_Dao_Huo_NG_Jia__c {width:100px;}
+table.list .col_Yi_Xiao_Hao_Jia__c {width:100px;}
+table.list .col_Hui_Ji_Jia__c {width:100px;}
+table.list .col_Dai_Xiao_Hao_Jia__c {width:100px;}
+table.list .col_ManagementCode__c {width:100px;}
+table.list .col_EquipmentManagementCode__c {width:100px;}
+table.list .col_EquipmentManagementCode_OldData__c {width:100px;}
+
tr.headerRow {
height: 40px;
}
@@ -60,6 +60,7 @@
}
body select {
width: 177px;
+ margin: 10px 0px;
}
span.lookupInput {
width: inherit;
--
Gitblit v1.9.1