perf: 走查问题调整,修改sidebar结构

This commit is contained in:
rd
2025-08-29 16:44:27 +08:00
parent a9e49faf66
commit 7f493b8014
11 changed files with 109 additions and 80 deletions

View File

@ -127,6 +127,17 @@
}
}
}
.action-box {
cursor: pointer;
padding: 2px;
border-radius: 2px;
transition: all 0.2s;
line-height: normal;
&:hover {
background-color: #f2f3f5;
}
}
}
.xt-bubble-header {