This commit is contained in:
fengrong 2024-12-05 10:30:37 +08:00
parent 792753971f
commit cb09ec03b7

View File

@ -90,7 +90,7 @@ const props = defineProps({
const getAnimationStyle = (item) => {
const irotorspeed = item.attributeMap?.irotorspeed ?? 0
let animationDuration;
animationDuration = 60 / irotorspeed / 5
animationDuration = 60 / irotorspeed / 3
// if(irotorspeed>10){
// animationDuration= 60 / irotorspeed
// }else{