diff --git a/ui/dasadmin/src/views/backend/home/windMatrix.vue b/ui/dasadmin/src/views/backend/home/windMatrix.vue index c7af1a73..f231bb41 100644 --- a/ui/dasadmin/src/views/backend/home/windMatrix.vue +++ b/ui/dasadmin/src/views/backend/home/windMatrix.vue @@ -261,8 +261,8 @@ const handleDoubleClick = (row) => { height: 46px; /*animation-duration: 1s;*/ animation-name: leafRotate; - animation-iteration-count: infinite; - animation-timing-function: linear; + /*animation-iteration-count: infinite; + animation-timing-function: linear;*/ .leaf_1 { width: 9px; height: 19px; @@ -275,40 +275,19 @@ const handleDoubleClick = (row) => { width: 9px; height: 19px; position: absolute; - /* animation: leafRotate 1s infinite linear;*/ - transform-origin: center center; - width: 46px; - height: 46px; - /*animation-duration: 1s;*/ - animation-name: leafRotate; - /*animation-iteration-count: infinite; - animation-timing-function: linear;*/ - .leaf_1 { - width: 9px; - height: 19px; - position: absolute; - left: 17px; - top: -1px; - /* transform-origin: left top;*/ - } - .leaf_2 { - width: 9px; - height: 19px; - position: absolute; - left: 31px; - top: 20px; - /* transform-origin: left top;*/ - transform: rotate(120deg); - } - .leaf_3 { - width: 9px; - height: 19px; - position: absolute; - left: 5px; - top: 22px; - /*transform-origin: left top;*/ - transform: rotate(240deg); - } + left: 31px; + top: 20px; + /* transform-origin: left top;*/ + transform: rotate(120deg); + } + .leaf_3 { + width: 9px; + height: 19px; + position: absolute; + left: 5px; + top: 22px; + /*transform-origin: left top;*/ + transform: rotate(240deg); } } }