perf: Optimize the context menu for right-clicking on the asset tree.

This commit is contained in:
Bai
2024-03-27 10:05:06 +08:00
committed by Bryan
parent 756b7db6b6
commit 006f258938

View File

@@ -391,6 +391,8 @@ div.rMenu li {
text-shadow: none;
top: 100%;
z-index: 1000;
height: 300px;
overflow: auto;
}
.ztree ::v-deep .fa {