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/lwc/lexDealerInquiryModifyState/lexDealerInquiryModifyState.css | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexDealerInquiryModifyState/lexDealerInquiryModifyState.css b/force-app/main/default/lwc/lexDealerInquiryModifyState/lexDealerInquiryModifyState.css
new file mode 100644
index 0000000..a8baaa2
--- /dev/null
+++ b/force-app/main/default/lwc/lexDealerInquiryModifyState/lexDealerInquiryModifyState.css
@@ -0,0 +1,43 @@
+@import 'c/lexCssUtility';
+
+lightning-input {
+ --lwc-colorBorderInput : #000000;
+}
+
+lightning-combobox{
+ --lwc-colorBorderInput : #000000;
+}
+
+/* table,tbody {
+ display: block;
+ height: 150px;
+ border: 0;
+ border-spacing: 0;
+ border-collapse: collapse;
+ cursor: default;
+}
+
+tbody {
+ overflow-y: scroll;
+}
+
+table thead,
+tbody tr {
+ display: table;
+ width: 100%;
+ table-layout: fixed;
+}
+
+table thead {
+ width: calc(100% - 1em)
+}
+
+table thead th {
+ background: #84acde;
+ width: 10%;
+}
+
+table tbody td {
+ width: 10%;
+ text-align: center;
+} */
\ No newline at end of file
--
Gitblit v1.9.1