19626
2023-07-25 e4e82928f141bd7b580e33289412dfd9bea821f8
force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.css
@@ -7,7 +7,13 @@
    margin-right: 10px;
}
/* .holder{
   position: relative;
   display: inline-block;
   width: 80px;
   height: 80px;
   text-align: center;
} */
.my-combobox {
    display: flex;
    align-items: center; 
@@ -41,7 +47,7 @@
    border: 0;
}
.container {
    .container {
    display: flex;
    justify-content: space-between; /* 设置子元素间的间距 */
    }
@@ -53,4 +59,10 @@
    .text-container p:first-line {
        background-color: rgb(243, 243, 243);
      }
      }
    .slds-accordion__summary-heading{
        background-color: rgb(243, 243, 243);
    }