|
|
@@ -1,6 +1,8 @@
|
|
|
<template>
|
|
|
<div class="refresh-btn-con" @click="handleReload">
|
|
|
+ <Tooltip content="刷新" placement="bottom">
|
|
|
<Icon class="icon" type="ios-refresh" color="rgba(255,255,255,.8)" />
|
|
|
+ </Tooltip>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -24,11 +26,11 @@ export default {
|
|
|
font-size: 28px;
|
|
|
color: #f2f2f2;
|
|
|
}
|
|
|
-.icon:hover{
|
|
|
- animation: rotate 6s linear infinite;
|
|
|
-}
|
|
|
-@keyframes rotate {
|
|
|
- 0%{-webkit-transform:rotate(0deg);}
|
|
|
- 100%{-webkit-transform:rotate(360deg);}
|
|
|
-}
|
|
|
-</style>
|
|
|
+// .icon:hover{
|
|
|
+// animation: rotate 6s linear infinite;
|
|
|
+// }
|
|
|
+// @keyframes rotate {
|
|
|
+// 0%{-webkit-transform:rotate(0deg);}
|
|
|
+// 100%{-webkit-transform:rotate(360deg);}
|
|
|
+// }
|
|
|
+</style>
|