chore: rename enableFoldMemo (#671)

* chore: rename `enableFoldMemo`

* chore: update
This commit is contained in:
boojack
2022-12-04 15:34:03 +08:00
committed by GitHub
parent 4767ee3293
commit 4a9314c476
6 changed files with 11 additions and 11 deletions

View File

@ -71,13 +71,13 @@
}
> .resource-action-list {
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-36 max-h-52 overflow-auto font-mono bg-zinc-100;
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-auto overflow-auto font-mono shadow bg-zinc-200 dark:bg-zinc-600;
> .resource-action-item {
@apply w-full flex text-black cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-zinc-300 shrink-0;
@apply w-full flex text-black dark:text-gray-300 cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-zinc-300 dark:hover:bg-zinc-700 shrink-0;
> .icon-img {
@apply w-4 mr-2;
@apply w-4 mr-1;
}
}
}