perf: Perf optimism build cach

This commit is contained in:
zhaojisen
2025-02-05 11:17:43 +08:00
committed by feng626
parent 7524b6f895
commit b127849388
4 changed files with 18 additions and 12 deletions

View File

@@ -56,8 +56,8 @@ export default {
this.accountConfig.connectable = data.total_connectivity_ok_accounts
// TODO 额外两个字段
// this.accountConfig.privilegedAccount = data.total_privileged_accounts
// this.accountConfig.regularAccount = data.total_regular_accounts
this.accountConfig.privilegedAccount = data.total_privileged_accounts
this.accountConfig.regularAccount = data.total_regular_accounts
}
}
}

View File

@@ -91,6 +91,7 @@ $text-color: #646A73;
padding: 1.25rem;
background-color: #FFF;
overflow: hidden;
border-radius: 0.25rem;
.total-section {
display: flex;

View File

@@ -67,12 +67,11 @@ export default {
}
.summary-container {
.account-secret-summary,
.asset-proportion-summary,
.risk-summary,
.mission-summery {
border-radius: 0.5rem;
border-radius: 0.25rem;
}
.account-secret-summary,