This commit is contained in:
jxxghp
2023-07-30 17:51:50 +08:00
parent 65a87b64f9
commit 09d1811a83
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ const getImgUrl: Ref<string> = computed(() => {
v-bind="hover.props"
:height="props.height"
:width="props.width"
class="outline-none shadow ring-gray-500"
class="outline-none shadow ring-gray-500 rounded-lg"
:class="{
'transition transform-cpu duration-300 scale-105 shadow-lg': hover.isHovering,
'ring-1': isImageLoaded,