添加兼容性处理

This commit is contained in:
kron
2025-11-14 09:46:14 +08:00
parent c11a108f5d
commit daee337e59
5 changed files with 17 additions and 17 deletions

View File

@@ -113,8 +113,8 @@ onBeforeUnmount(() => {
font-size: 18rpx;
color: #fff;
position: absolute;
top: -0.5rpx;
top: 50%;
left: 50%;
transform: translateX(-50%);
transform: translate(-50%, -50%);
}
</style>