From 744f42c5496e656a1f9927740a3b37c0b97a6cba Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 14:34:12 +0800
Subject: [PATCH] lexcommunityupload0714

---
 force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css |   96 ++++++++++++++++++++++++++++--------------------
 1 files changed, 56 insertions(+), 40 deletions(-)

diff --git a/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css b/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css
index fd6b83a..8cbd05f 100644
--- a/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css
+++ b/force-app/main/default/aura/NewAgencyOpportunity/NewAgencyOpportunity.css
@@ -1,63 +1,79 @@
 .THIS {
 }
 
-.THIS .name {
-  margin-right: 0.5cm;
+.THIS .name{
+    margin-right:0.5cm;
 }
 
-.THIS .wh {
-  width: 670px;
-  height: 500px;
+.THIS .wh{
+    width: 670px;
+    height: 500px;
 }
 
-.THIS .slds-modal__container {
-  max-width: 70rem !important;
-  width: 90% !important;
+.THIS .slds-modal__container{
+    max-width:70rem !important;
+    width:90% !important;
 }
 
-.THIS .modal-body {
-  height: 500px !important;
-  max-height: 500px !important;
+.THIS .modal-body{
+    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;
+.THIS table{
+    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;
+.THIS tr{
+    /* border: 1px solid #000000; */
+    text-align: center;
 }
-.THIS td {
-  /* border: 1px solid #000000; */
-  text-align: center;
+.THIS td{
+    /* border: 1px solid #000000; */
+    text-align: center;
 }
 
-.THIS th {
-  /* border: 1px solid #000000; */
-  text-align: center;
+.THIS th{
+    /* 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;
+.THIS.exampleHolder{
+    position: relative;
+    display: inline-block;
+    margin-left: 15px;
+    width: 55px;
+    vertical-align: middle;
+    white-space: nowrap;
 }
 
-.THIS .searchButton {
-  margin-top: 20px;
-  margin-left: 20px;
+.THIS .searchButton{
+    margin-top:20px;
+    margin-left:20px;
 }
+
+.THIS .slds-spinner_container{
+    position: revert;
+}
+
+.THIS .slds-backdrop2 {
+    position: fixed;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    background-color: rgba(0, 0, 0, 0.6); /* 閬僵灞傜殑鍗婇�忔槑鑳屾櫙鑹� */
+}
+.THIS .slds-backdrop_open2 {
+    z-index: 9003; /* 閬僵灞傜殑灞傜骇锛岄渶瑕佺‘淇濇瘮妯℃�佹鐨勫眰绾ч珮 */
+}
\ No newline at end of file

--
Gitblit v1.9.1