guhongwei 3 lat temu
rodzic
commit
b9da908fe0
1 zmienionych plików z 9 dodań i 1 usunięć
  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>