修改: 调整布局,解决全局动画导致的界面抖动问题;
This commit is contained in:
@@ -9,6 +9,8 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
<style scoped lang="less">
|
||||
.exception-page{
|
||||
margin: -24px 0 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -9,6 +9,8 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
<style scoped lang="less">
|
||||
.exception-page{
|
||||
margin: -24px 0 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user