mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: Perf optimism build cach
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,7 @@ $text-color: #646A73;
|
||||
padding: 1.25rem;
|
||||
background-color: #FFF;
|
||||
overflow: hidden;
|
||||
border-radius: 0.25rem;
|
||||
|
||||
.total-section {
|
||||
display: flex;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user