From adbebf3a7d4e0d916d35ef0998cf949c7e63acf1 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 26 六月 2023 17:24:28 +0800
Subject: [PATCH] Merge branch 'LEX_chenjingwu_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_chenjingwu_dev
---
force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css | 37 ++++++++++++++++++++++++++++++++++++-
1 files changed, 36 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
index ab3e552..8e59af1 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -12,10 +12,45 @@
display: flex;
align-items: center;
padding: 0 0.5rem;
- width: 144px;
+ width: 200px;
}
.slds-form-element__label {
width: 144px;
margin-right: -5rem;
+
}
+.myinitDiv{
+
+}
+.card{
+
+}
+
+.my-addbutton{
+ -webkit-text-size-adjust: 100%;
+ font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
+ line-height: normal;
+ color: rgb(3, 45, 96);
+ -webkit-tap-highlight-color: transparent;
+ border-spacing: 0;
+ border-collapse: separate;
+ font-size: 13px;
+ white-space: normal;
+ box-sizing: border-box;
+ border: 0;
+}
+
+.container {
+ display: flex;
+ justify-content: space-between; /* 璁剧疆瀛愬厓绱犻棿鐨勯棿璺� */
+ }
+
+ .item {
+ flex: 1; /* 璁剧疆瀛愬厓绱犵殑浼哥缉姣斾緥锛屽钩鍒嗗墿浣欑┖闂� /
+ max-width: 100%; / 闃叉瀛愬厓绱犳孩鍑哄鍣� */
+ }
+
+ .text-container p:first-line {
+ background-color: rgb(243, 243, 243);
+ }
\ No newline at end of file
--
Gitblit v1.9.1