优化 PersonCard 组件,移除多余的样式类以简化结构

This commit is contained in:
jxxghp
2025-05-09 20:29:54 +08:00
parent 30c3d00139
commit ac5539194d
+1 -3
View File
@@ -82,9 +82,7 @@ function goPersonDetail() {
}" }"
@click.stop="goPersonDetail" @click.stop="goPersonDetail"
> >
<div <div class="person-card relative cursor-pointer ring-gray-700">
class="person-card relative transform-gpu cursor-pointer rounded transition duration-150 ease-in-out scale-100 ring-gray-700"
>
<div style="padding-block-end: 150%"> <div style="padding-block-end: 150%">
<div class="absolute inset-0 flex h-full w-full flex-col items-center p-2"> <div class="absolute inset-0 flex h-full w-full flex-col items-center p-2">
<div class="relative mt-2 mb-4 flex h-1/2 w-full justify-center"> <div class="relative mt-2 mb-4 flex h-1/2 w-full justify-center">