mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-30 04:06:35 +08:00
Update linear animation
This commit is contained in:
parent
a954d4eb1e
commit
3e8afd00dd
@ -77,7 +77,7 @@
|
|||||||
theme: {
|
theme: {
|
||||||
name: 'default',
|
name: 'default',
|
||||||
layout: '',
|
layout: '',
|
||||||
header: '',
|
header: 'fixed',
|
||||||
tabsBar: '',
|
tabsBar: '',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -70,6 +70,12 @@ a {
|
|||||||
* {
|
* {
|
||||||
transition: $base-transition;
|
transition: $base-transition;
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
transition: none;
|
||||||
|
* {
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user