Browse Source

Update linear animation

chuzhixin 4 years ago
parent
commit
3e8afd00dd
2 changed files with 7 additions and 1 deletions
  1. 1 1
      src/layouts/components/VabThemeBar/index.vue
  2. 6 0
      src/styles/vab.scss

+ 1 - 1
src/layouts/components/VabThemeBar/index.vue

@@ -77,7 +77,7 @@
         theme: {
           name: 'default',
           layout: '',
-          header: '',
+          header: 'fixed',
           tabsBar: '',
         },
       }

+ 6 - 0
src/styles/vab.scss

@@ -70,6 +70,12 @@ a {
 * {
   transition: $base-transition;
 }
+svg {
+  transition: none;
+  * {
+    transition: none;
+  }
+}
 
 html {
   body {