From b51b57a619d3f0075ccaa13303c99c9e849bf23a Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期二, 23 四月 2024 18:13:54 +0800
Subject: [PATCH] 123

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css |  120 +++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 107 insertions(+), 13 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
index 7ee9e0b..3e669aa 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -1,21 +1,115 @@
-.combobox-container {
-    display: flex;
-    align-items: center;
+@import 'c/lexCssUtility';
+
+.lexBorder[c-lexPCLLostReportPage_lexPCLLostReportPage] {
+    color: #0A81DF;
+    width: 88px !important;
+    height: 34px;
+    border-radius: 4px;
+    opacity: 1;
+    background: #FFFFFF;
+    box-sizing: border-box;
+    border: 1px solid #0A81DF;
+    font-size: small;
+}
+lightning-combobox label {
+  color: black !important;
 }
 
-.combobox-container label {
-    margin-right: 10px;
+label {
+  color: black !important;
+}
+.Pop{
+  height: 300px;
+  width: 400px;
+  background-color: white;
+}
+
+.lexBorder1 {
+    font-size: small;
+    font-family: 'sans-serif';
+    font-weight: 500;
+    color: #0A81DF;
+    width: 62px;
+    height: 34px;
+    border-radius: 4px;
+    opacity: 1;
+    background: #FFFFFF;
+    box-sizing: border-box;
+    border: 1px solid #0A81DF;
+}
+.iconButton button{
+    padding-bottom: 11px;
+}
+table tr {
+    text-align: center !important;
+  }
+.lexBorder3 {
+    font-size: small;
+    font-family: 'sans-serif';
+    font-weight: 500;
+    color: #0A81DF;
+    width: 114px;
+    height: 34px;
+    border-radius: 4px;
+    opacity: 1;
+    background: #FFFFFF;
+    box-sizing: border-box;
+    border: 1px solid #0A81DF;
+}
+/* 鑷畾涔夎〃澶存牱寮� */
+.custom-table th {
+    background-color: #F3F3F3; /* 灏嗚儗鏅鑹叉洿鏀逛负鐏拌壊 */
+    border-right: 1px solid #AEAEAE; /* 娣诲姞鍙充晶绔栫嚎 */
+    padding: 10px; /* 娣诲姞鍐呰竟璺濅互澧炲姞鍙鎬� */
+  }
+
+  /* 鏈�鍚庝竴涓〃澶村崟鍏冩牸涓嶆坊鍔犲彸渚х珫绾� */
+  .custom-table th:last-child {
+    border-right: none;
+  }
+  lightning-spinner {
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    z-index: 999; /* 纭繚鍦ㄦ渶涓婂眰鏄剧ず */
+  }
+
+  :host {
+    --slds-c-accordion-summary-color-background: #F3F3F3;
+    --slds-c-accordion-heading-text-color: #181818;
+  }
+
+  /* CSS 鏂囦欢涓殑鏍峰紡 */
+.spinner-overlay {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  background-color: rgba(255, 255, 255, 0.8); /* 鑳屾櫙鑹诧紝鍙互鏍规嵁闇�瑕佽皟鏁撮�忔槑搴� */
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  z-index: 9999; /* 纭繚瑕嗙洊鍏朵粬鍐呭 */
+}
+
+.spinner-overlay lightning-spinner {
+  margin-top: -100px; /* 璐熷�煎皢鍥炬爣鍚戜笂绉诲姩 */
 }
 
 
-.my-combobox {
-    display: flex;
-    align-items: center; 
-    padding: 0 0.5rem;
-    width: 200px;
+
+
+
+@media (max-width: 768px) {
+  th, td {
+    display: block;
+    width: 10%;
+  }
 }
 
-.slds-form-element__label {
-    width: 144px;
-    margin-right: -5rem;
+.textAreaBody {
+  --sds-c-textarea-sizing-min-height:175px;
 }
\ No newline at end of file

--
Gitblit v1.9.1