feat: enhance topology layout and fix calls metrics (#344)

This commit is contained in:
Fine0830
2023-11-23 16:37:26 +08:00
committed by GitHub
parent d8a3c27345
commit ac57b229fc
6 changed files with 35 additions and 15 deletions

View File

@@ -157,6 +157,10 @@ $active-background: var(--el-color-primary);
$font-size-smaller: 12px;
$font-size-normal: 14px;
.opt:hover {
background-color: var(--sw-list-hover) !important;
}
.el-loading-mask {
background-color: var(--theme-background);
}