增加便捷工具

This commit is contained in:
2026-06-17 17:18:49 +08:00
parent 9e482a12be
commit 673b84a0b3
50 changed files with 3135 additions and 9118 deletions
+23
View File
@@ -427,9 +427,32 @@ h3 {
:deep(.el-menu) {
border-right: none;
height: calc(100% - 80px);
overflow-y: auto;
overflow-x: hidden;
padding: 16px 8px;
background: transparent;
// 自定义滚动条样式
scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
&::-webkit-scrollbar {
width: 4px;
}
&::-webkit-scrollbar-track {
background: transparent;
}
&::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
border-radius: 2px;
&:hover {
background: rgba(255, 255, 255, 0.5);
}
}
.el-menu-item,
.el-sub-menu__title {
color: rgba(255, 255, 255, 0.85);