perf: update report

This commit is contained in:
ibuler
2026-03-25 21:20:18 +08:00
parent 8bb5e3e55e
commit cf8a48a9f0
4 changed files with 26 additions and 10 deletions

View File

@@ -191,6 +191,12 @@ h5 {
font-size: 13px;
padding: 5px 0;
.report-children {
li {
border-bottom: none;
}
}
.fa {
margin-right: 10px;
}
@@ -225,9 +231,8 @@ h5 {
}
}
.folder-list li.active {
.folder-list li.active menu-link {
color: var(--color-primary);
background-color: var(--menu-hover);
border-radius: 4px;
}
</style>
</style>

View File

@@ -191,6 +191,12 @@ h5 {
font-size: 13px;
padding: 5px 0;
.report-children {
li {
border-bottom: none;
}
}
.fa {
margin-right: 10px;
}
@@ -225,9 +231,8 @@ h5 {
}
}
.folder-list li.active {
.folder-list li.active .menu-link {
color: var(--color-primary);
background-color: var(--menu-hover);
border-radius: 4px;
}
</style>
</style>

View File

@@ -300,6 +300,7 @@ export default {
}
.title-bar {
background-color: white;
width: 100%;
}
}
@@ -457,4 +458,4 @@ export default {
padding: 0 !important;
}
</style>
</style>

View File

@@ -185,6 +185,12 @@ h5 {
font-size: 13px;
padding: 5px 0;
.report-children {
li {
border-bottom: none;
}
}
.fa {
margin-right: 10px;
}
@@ -219,9 +225,8 @@ h5 {
}
}
.folder-list li.active {
.folder-list li.active .menu-link {
color: var(--color-primary);
background-color: var(--menu-hover);
border-radius: 4px;
}
</style>
</style>