2025-06-28 15:28:54 +08:00
|
|
|
.account-data-wrap {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
.filter-wrap {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
border: 1px solid #e6e6e8;
|
|
|
|
|
:deep(.arco-tabs) {
|
|
|
|
|
.arco-tabs-tab {
|
|
|
|
|
height: 56px;
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-02 16:11:51 +08:00
|
|
|
:deep(.arco-btn) {
|
|
|
|
|
.arco-btn-icon {
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-28 15:28:54 +08:00
|
|
|
.top {
|
|
|
|
|
.title {
|
2025-07-11 16:50:48 +08:00
|
|
|
font-family: $font-family-medium;
|
2025-06-28 15:28:54 +08:00
|
|
|
font-style: normal;
|
|
|
|
|
}
|
2025-07-02 16:11:51 +08:00
|
|
|
|
2025-06-28 15:28:54 +08:00
|
|
|
}
|
|
|
|
|
.overview-row {
|
|
|
|
|
.overview-item {
|
|
|
|
|
height: 88px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
background: var(--BG-100, #f7f8fa);
|
|
|
|
|
padding: 16px;
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-wrap {
|
|
|
|
|
width: 100%;
|
|
|
|
|
.pagination-box {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 16px 24px;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|