guhongwei hace 3 años
padre
commit
b9da908fe0
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      src/components/mobile-frame/mobile-main.vue

+ 9 - 1
src/components/mobile-frame/mobile-main.vue

@@ -108,4 +108,12 @@ export default {
 };
 </script>
 
-<style lang="less" scoped></style>
+<style lang="less" scoped>
+.main {
+  .info {
+    background-color: #f9f9f9;
+    overflow-y: auto;
+    overflow-x: hidden;
+  }
+}
+</style>