riku
9 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
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
40
41
42
43
.enterprise-info__ledger-wrap {
 display: flex;
 /* color: var(--td-error-color); */
 font-size: var(--td-font-size-base);
}
 
.enterprise-info__ledger-wrap__disable {
 color: var(--td-text-color-disabled);
}
 
.enterprise-info__ledger-wrap__header {
 color: var(--td-text-color-secondary);
 /* border-bottom: 1rpx solid var(--td-gray-color-1); */
 margin-bottom: var(--td-spacer);
}
 
.enterprise-info__ledger-wrap .enterprise-info__ledger-item__left,
.enterprise-info__ledger-item__right {
 display: flex;
 align-items: center;
 margin-right: 2px;
 flex: 3;
}
 
.enterprise-info__ledger-item__right {
 justify-content: center;
 flex: 1;
}
 
.t-class-divider {
 margin: 0 !important;
}
 
.t-class-collapse-panel-header {
 padding: 0 !important;
 padding-top: var(--td-spacer) !important;
 padding-bottom: var(--td-spacer) !important;
 /* font-weight: 600 !important; */
}
 
.t-class-collapse-panel-content {
 padding: 0 !important;
}