feat: xxx

This commit is contained in:
kenny
2025-11-28 19:30:21 +08:00
parent e04ec71998
commit 1fb39e4721
@@ -328,6 +328,7 @@ const props = defineProps({
left: 55rpx; left: 55rpx;
width: 320rpx; width: 320rpx;
height: 450rpx; height: 450rpx;
// overflow: hidden;
z-index: 2; z-index: 2;
.text { .text {
@@ -342,8 +343,10 @@ const props = defineProps({
.personal-pic { .personal-pic {
width: 100%; width: 100%;
height: 450rpx;
display: block; display: block;
position: relative; position: relative;
object-fit: cover;
} }
} }
} }