fix:合并版本
This commit is contained in:
parent
7866363765
commit
9b2bf6c7f7
@ -261,26 +261,6 @@ const handleDoubleClick = (row) => {
|
||||
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;
|
||||
/* 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 {
|
||||
@ -312,7 +292,6 @@ const handleDoubleClick = (row) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.fanlist-text {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user