From 3962c2bb0435484b60a3e408e4738d792e249a53 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 11:09:55 +0800
Subject: [PATCH] LEX CommunityNewCmp
---
force-app/main/default/staticresources/lexdatatable.css | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/staticresources/lexdatatable.css b/force-app/main/default/staticresources/lexdatatable.css
new file mode 100644
index 0000000..1b80c8f
--- /dev/null
+++ b/force-app/main/default/staticresources/lexdatatable.css
@@ -0,0 +1,42 @@
+ /* .datatable-orange{
+ color:#fff;
+ background-color:#e06000;
+ }
+ .datatable-orange:hover{
+ color:#000;
+ background-color:#e06000;
+ } */
+ .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu,
+ .wrapped-header-datatable table>thead .slds-cell-fixed.slds-has-button-menu:hover {
+ background: antiquewhite;
+ }
+
+ .wrapped-header-datatable table>thead .slds-cell-fixed,
+ .wrapped-header-datatable table>thead .slds-cell-fixed:hover {
+ background: rgb(243, 243, 243);
+ }
+
+ .slds-table th,
+ .slds-table td {
+ font-size: 16px;
+ }
+
+
+ .wrapped-header-wrap-datatable .slds-table .slds-th__action .slds-truncate {
+ max-width: 100%;
+ overflow: hidden;
+ text-overflow: unset;
+ white-space: pre-line;
+ /* uncomment this if you want break the words further */
+ /* word-wrap: break-word;*/
+
+ }
+
+ .wrapped-header-wrap-datatable .slds-table .slds-th__action {
+ height: 2.8rem;
+ border-bottom: 1px solid rgb(206 206 206);
+ }
+
+ .wrapped-header-wrap-datatable .slds-table .slds-line-height_reset {
+ height: 1rem;
+ }
\ No newline at end of file
--
Gitblit v1.9.1