🐛 修复 BUG
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<div class="photo-selector absolute z-[1] top-1 right-1 rounded-full overflow-hidden text-white text-lg bg-white border border-gray-500 cursor-pointer hidden group-hover:block">
|
||||
<i class="fas fa-check-circle block"></i>
|
||||
</div>
|
||||
<div class="photo-mask absolute left-0 right-0 bottom-0 h-20 z-[1] bg-gradient-to-t from-black">
|
||||
<div class="photo-mask absolute left-0 right-0 bottom-0 h-20 z-[1] bg-gradient-to-t from-black" onclick="$(this).siblings('img').trigger('click')">
|
||||
<div class="absolute left-2 bottom-2 text-white z-[2] w-[90%]">
|
||||
<p class="text-sm truncate" title="__name__">__name__</p>
|
||||
<p class="text-xs" title="__human_date__">__date__</p>
|
||||
|
||||
Reference in New Issue
Block a user