mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(new tool): ULID generator (#623)
This commit is contained in:
committed by
GitHub
parent
557b30426f
commit
5c4d775e2d
@@ -13,6 +13,7 @@ const isTargetHovered = useElementHover(targetRef);
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="tooltip || $slots.tooltip"
|
||||
class="absolute bottom-100% left-50% z-10 mb-5px whitespace-nowrap rounded bg-black px-12px py-6px text-sm text-white shadow-lg transition transition transition-duration-0.2s -translate-x-1/2"
|
||||
:class="{
|
||||
'op-0 scale-0': isTargetHovered === false,
|
||||
|
||||
Reference in New Issue
Block a user