mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-11-05 13:52:07 +08:00
update animation
This commit is contained in:
parent
14c6a7fb76
commit
b614566003
@ -9,7 +9,7 @@
|
|||||||
<footer v-show="footerCopyright" class="footer-copyright">
|
<footer v-show="footerCopyright" class="footer-copyright">
|
||||||
Copyright
|
Copyright
|
||||||
<vab-icon :icon="['fas', 'copyright']"></vab-icon>
|
<vab-icon :icon="['fas', 'copyright']"></vab-icon>
|
||||||
xxx-项目 {{ fullYear }}
|
vue-admin-beautiful-pro 开源免费版 {{ fullYear }}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -69,7 +69,7 @@ $base-left-menu-width-min: 65px;
|
|||||||
$base-right-content-width-min: calc(100% - #{$base-left-menu-width-min});
|
$base-right-content-width-min: calc(100% - #{$base-left-menu-width-min});
|
||||||
//默认动画
|
//默认动画
|
||||||
$base-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0s,
|
$base-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0s,
|
||||||
background 0s, color 0s;
|
background 0s, color 0s, font-size 0s;
|
||||||
//默认动画长
|
//默认动画长
|
||||||
$base-transition-time: 0.3s;
|
$base-transition-time: 0.3s;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user