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
35
36
37
38
39
| @import 'c/lexCssUtility';
| :host {
| --slds-c-textarea-sizing-min-height: 200px;
| }
|
| th,td {
| /*border-collapse: collapse;*/
| border-right: 1px solid #e0e5ee;
| z-index:1;
| }
| .slds-card__body1.slds-card__body_inner1 {
| position: fixed;
| left: 0;
| width: 100%;
| z-index:10;
| background-color: #ffffff; /* 可以根据需要设置背景颜色 */
| padding: 20px; /* 可以根据需要设置内边距 */
| box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1); /* 可以根据需要设置阴影效果 */
| height: 100px
| }
| .slds-line11 {
|
| position:sticky;
|
| left:-1px;
| top:0px;
|
| z-index:7 !important;
|
| }
| .slds-line1 {
|
| position:sticky;
|
| left:-1px;
|
| z-index:2;
|
| }
|
|