Browse Source

compatibility

Yaavi 1 year ago
parent
commit
831e440866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/components/CalendarComp.vue

+ 1 - 1
docs/src/components/CalendarComp.vue

@@ -268,7 +268,7 @@ body {
         width: 22px;
         width: 22px;
         height: 22px;
         height: 22px;
         &.r {
         &.r {
-          rotate: 180deg;
+          transform: rotate(180deg);
         }
         }
       }
       }
     }
     }