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

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,

View File

@@ -42,6 +42,7 @@ function goPersonDetail() {
v-bind="hover.props"
:height="personProps.height"
:width="personProps.width"
class="rounded-lg"
:class="{
'transition transform-cpu duration-300 scale-105': hover.isHovering,
}"