From 80a3f59e2d3df07805bc67e329300b8de90a5b3a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:13:08 +0800
Subject: [PATCH] Merge branch 'LEXCommunityLiJun' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css |   64 +++++++++++++++++---------------
 1 files changed, 34 insertions(+), 30 deletions(-)

diff --git a/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css b/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css
index fd6b83a..0df5018 100644
--- a/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css
+++ b/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css
@@ -2,62 +2,66 @@
 }
 
 .THIS .name {
-  margin-right: 0.5cm;
+    margin-right: 0.5cm;
 }
 
 .THIS .wh {
-  width: 670px;
-  height: 500px;
+    width: 670px;
+    height: 500px;
 }
 
 .THIS .slds-modal__container {
-  max-width: 70rem !important;
-  width: 90% !important;
+    max-width: 70rem !important;
+    width: 90% !important;
 }
 
 .THIS .modal-body {
-  height: 500px !important;
-  max-height: 500px !important;
+    height: 500px !important;
+    max-height: 500px !important;
 }
 
 .THIS table {
-  border-collapse: collapse;
-  border-spacing: 0;
-  width: 98%;
-  margin-left: 5px;
-  /* border: 1px solid #000000; */
-  text-align: center;
+    border-collapse: collapse;
+    border-spacing: 0;
+    width: 98%;
+    margin-left: 5px;
+    /* border: 1px solid #000000; */
+    text-align: center;
 }
 .THIS tr {
-  /* border: 1px solid #000000; */
-  text-align: center;
+    /* border: 1px solid #000000; */
+    text-align: center;
 }
 .THIS td {
-  /* border: 1px solid #000000; */
-  text-align: center;
+    /* border: 1px solid #000000; */
+    text-align: center;
 }
 
 .THIS th {
-  /* border: 1px solid #000000; */
-  text-align: center;
+    /* border: 1px solid #000000; */
+    text-align: center;
 }
 
 .THIS.backgroundInverse {
-  position: relative;
-  background-color: #16325c;
-  height: 80px;
+    position: relative;
+    background-color: #16325c;
+    height: 80px;
 }
 
 .THIS.exampleHolder {
-  position: relative;
-  display: inline-block;
-  margin-left: 15px;
-  width: 55px;
-  vertical-align: middle;
-  white-space: nowrap;
+    position: relative;
+    display: inline-block;
+    margin-left: 15px;
+    width: 55px;
+    vertical-align: middle;
+    white-space: nowrap;
 }
 
 .THIS .searchButton {
-  margin-top: 20px;
-  margin-left: 20px;
+    margin-top: 20px;
+    margin-left: 20px;
+}
+
+.THIS .slds-spinner_container {
+    position: revert;
 }

--
Gitblit v1.9.1