dedsudiyu hace 2 años
padre
commit
a193ea64fb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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">
   .notice-page{
+    display: flex;
+    flex-direction: column;
+    flex:1;
     padding:20px!important;
+    overflow: inherit;
   }
 </style>