From c51e03fbf2f6633d8e88aeec9dcb8df13524df8f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 13 七月 2023 12:00:06 +0800
Subject: [PATCH] backup0713

---
 force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.css |   56 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 30 insertions(+), 26 deletions(-)

diff --git a/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.css b/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.css
index 7e7956b..ce905ad 100644
--- a/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.css
+++ b/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.css
@@ -1,39 +1,43 @@
-@import 'c/lexCssUtility';
-.outerBorderCss{
-    border: 1px solid #D4D4D4;
-    border-radius : 5px;
-    border-top : 3px solid #565959;
+@import "c/lexCssUtility";
+.outerBorderCss {
+  border: 1px solid #d4d4d4;
+  border-radius: 5px;
+  border-top: 3px solid #565959;
 }
-.borderCss{
-    border: 1px solid #D4D4D4;
-    border-radius : 5px;
-    margin-bottom : 7px;
-    border-top : 3px solid #565959;
+.borderCss {
+  border: 1px solid #d4d4d4;
+  border-radius: 5px;
+  margin-bottom: 7px;
+  border-top: 3px solid #565959;
 }
-.headerDorderCss{
-    border-top: 1px solid #565959;
-    border-bottom: 1px solid #D4D4D4;
-    padding:3px;
+.headerDorderCss {
+  border-top: 1px solid #565959;
+  border-bottom: 1px solid #d4d4d4;
+  padding: 3px;
 }
-.centerCss{
-    text-align: center;
+.centerCss {
+  text-align: center;
 }
-.centerCss .left{
-    margin-left: 100px;
+.centerCss .left {
+  margin-left: 100px;
 }
 .datatable {
-    max-height: 400px !important;
+  max-height: 400px !important;
 }
 .tableColumn {
-    margin-top: 5px !important;
-    overflow-x: auto;
+  margin-top: 5px !important;
+  overflow-x: auto;
 }
 :host {
-    --lwc-inputStaticFontSize: 16px;
-    --lwc-formLabelFontSize: 16px;
+  --lwc-inputStaticFontSize: 16px;
+  --lwc-formLabelFontSize: 16px;
 }
 
 .fileUpload {
-    font-size: 16px;
-    --lwc-formLabelFontSize:16px;
-}
\ No newline at end of file
+  font-size: 16px;
+  --lwc-formLabelFontSize: 16px;
+}
+
+.disable-row-selection .slds-is-selected {
+  outline: none !important;
+}

--
Gitblit v1.9.1