.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;
|
}
|