add inject content ui

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 22f73e67e8
commit 7fe689202f
6 changed files with 663 additions and 67 deletions
+24 -1
View File
@@ -177,4 +177,27 @@ body {
.menu-item-add:hover .anticon {
color: var(--yakit-primary);
}
}
.menu-loading {
pointer-events: none;
opacity: 0.7;
}
.menu-item-loading {
transition: all 0.3s ease;
}
.menu-item-selected {
transition: all 0.3s ease;
background-color: var(--yakit-primary-5) !important;
}
/* 添加过渡效果 */
.ant-menu-item {
transition: all 0.3s ease !important;
}
.ant-menu-item .menu-icon {
transition: color 0.3s ease;
}