dedsudiyu 2 years ago
parent
commit
a193ea64fb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/comprehensive/system/notice/index.vue

+ 4 - 0
src/views/comprehensive/system/notice/index.vue

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