fix(admin-web): add custom popup class for knowledge group tree dropdown
Frontend CI / Frontend (push) Has been cancelled

This commit is contained in:
2026-05-01 18:54:28 +08:00
parent 478d49a8d0
commit c1f07bfb65
@@ -719,6 +719,7 @@ function closeItemDetail(): void {
tree-default-expand-all
style="width: 240px"
placeholder="请选择分组目录"
popup-class-name="knowledge-group-tree-dropdown"
/>
</div>
</div>
@@ -896,6 +897,10 @@ function closeItemDetail(): void {
margin-top: 4px;
}
:global(.knowledge-group-tree-dropdown) {
z-index: 3102 !important;
}
.knowledge-url-hint {
margin-top: 8px;
color: #6b7280;