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;
width: 320rpx;
height: 450rpx;
// overflow: hidden;
z-index: 2;
.text {
@@ -342,8 +343,10 @@ const props = defineProps({
.personal-pic {
width: 100%;
height: 450rpx;
display: block;
position: relative;
object-fit: cover;
}
}
}