marymelisa hace 4 años
padre
commit
15a3f3b9d4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/layout/components/main.vue

+ 3 - 0
src/layout/components/main.vue

@@ -87,4 +87,7 @@ export default defineComponent({
         }
     }
 }
+.ant-layout.ant-layout-has-sider > .ant-layout, .ant-layout.ant-layout-has-sider > .ant-layout-content {
+    overflow: auto;
+}
 </style>;