修改: 调整布局,解决全局动画导致的界面抖动问题;

This commit is contained in:
iczer
2020-06-18 18:41:08 +08:00
parent d4d46eeaae
commit a90fa8d106
14 changed files with 122 additions and 64 deletions

View File

@@ -9,6 +9,8 @@ export default {
}
</script>
<style scoped>
<style scoped lang="less">
.exception-page{
margin: -24px 0 0;
}
</style>

View File

@@ -9,6 +9,8 @@ export default {
}
</script>
<style scoped>
<style scoped lang="less">
.exception-page{
margin: -24px 0 0;
}
</style>

View File

@@ -1,5 +1,5 @@
<template>
<exception-page type="500" />
<exception-page type="500" />
</template>
<script>
@@ -9,6 +9,8 @@ export default {
}
</script>
<style scoped>
<style scoped lang="less">
.exception-page{
margin: -24px 0 0;
}
</style>