1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| .THIS.contents_wrapper {
| padding-top: 10px;
| }
|
| /* deloitte-zhj 20231204 PIPL还原 */
| /* .THIS tr .decrypt{ */
| /* position: absolute;
| top: 0;
| left: 100%;
| display: none;
| text-align: left;
| padding-left: 5px; */
| /* display: none;
| } */
|
| /* deloitte-zhj 20231204 PIPL还原 */
| /* .THIS tr:hover .decrypt{
| display: unset;
| }
|
| .THIS tr:hover .encrypt{
| display: none;
| } */
|
| /* add by Deloitte-Link 2023-6-19 start*/
| .THIS .weeklyReportSpinner{
| top:100px;
| }
|
| .THIS .slds-spinner_container{
| position: absolute;
| top:100px;
| }
| /* add by Deloitte-Link 2023-6-19 end*/
|
|