@@ -334,6 +334,10 @@ export default {
<style scoped lang="scss">
.notice-page{
+ display: flex;
+ flex-direction: column;
+ flex:1;
padding:20px!important;
+ overflow: inherit;
}
</style>