feat: 修改详细页图片闪烁bug
This commit is contained in:
parent
7c94e9209d
commit
0e0570fbc8
@ -1002,8 +1002,6 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
perspective: 800rpx;
|
||||
transform-style: preserve-3d;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
@ -1014,6 +1012,8 @@ onUnmounted(() => {
|
||||
margin-bottom: 32rpx;
|
||||
animation: card-3d-flip 15s ease-in-out infinite;
|
||||
transform-origin: center center;
|
||||
perspective: 800rpx;
|
||||
transform-style: preserve-3d;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ const handleTabChange = (newTab) => {
|
||||
"/pages/starbook/index",
|
||||
"/pages/castlove/mall",
|
||||
"/pages/starcity/index",
|
||||
"/pages/square/square",
|
||||
"/pages/profile/myWorks",
|
||||
];
|
||||
|
||||
if (newTab >= 0 && newTab < routes.length) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user