guhongwei 3 年之前
父節點
當前提交
b9da908fe0
共有 1 個文件被更改,包括 9 次插入1 次删除
  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>