guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
b9da908fe0
Modificáronse 1 ficheiros con 9 adicións e 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>