This commit is contained in:
fengrong 2024-12-18 15:10:35 +08:00
parent dbf6a467ac
commit c55b7f62ba
5 changed files with 5 additions and 5 deletions

View File

@ -262,7 +262,7 @@ const getSafeImagePath = (item, type) => {
.leafs { .leafs {
position: absolute; position: absolute;
transform-origin: center center; transform-origin: center center;
width: 46px; width: 44px;
height: 46px; height: 46px;
animation-name: leafRotate; animation-name: leafRotate;
.leaf_1 { .leaf_1 {

View File

@ -421,7 +421,7 @@ const hexToRgba = (hex, alpha) => {
position: absolute; position: absolute;
/* animation: leafRotate 1s infinite linear;*/ /* animation: leafRotate 1s infinite linear;*/
transform-origin: center center; transform-origin: center center;
width: 46px; width: 44px;
height: 46px; height: 46px;
/*animation-duration: 1s;*/ /*animation-duration: 1s;*/
animation-name: leafRotate; animation-name: leafRotate;

View File

@ -172,7 +172,7 @@ const props = defineProps({
position: absolute; position: absolute;
/* animation: leafRotate 1s infinite linear;*/ /* animation: leafRotate 1s infinite linear;*/
transform-origin: center center; transform-origin: center center;
width: 46px; width: 44px;
height: 46px; height: 46px;
/*animation-duration: 1s;*/ /*animation-duration: 1s;*/
animation-name: leafRotate; animation-name: leafRotate;

View File

@ -164,7 +164,7 @@ const props = defineProps({
position: absolute; position: absolute;
/* animation: leafRotate 1s infinite linear;*/ /* animation: leafRotate 1s infinite linear;*/
transform-origin: center center; transform-origin: center center;
width: 46px; width: 44px;
height: 46px; height: 46px;
/*animation-duration: 1s;*/ /*animation-duration: 1s;*/
animation-name: leafRotate; animation-name: leafRotate;

View File

@ -165,7 +165,7 @@ const props = defineProps({
position: absolute; position: absolute;
/* animation: leafRotate 1s infinite linear;*/ /* animation: leafRotate 1s infinite linear;*/
transform-origin: center center; transform-origin: center center;
width: 46px; width: 44px;
height: 46px; height: 46px;
/*animation-duration: 1s;*/ /*animation-duration: 1s;*/
animation-name: leafRotate; animation-name: leafRotate;