瀏覽代碼

1210 18:25

11
mo 5 年之前
父節點
當前提交
2a5ebc2c7e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/teamDetail/components/baseInfo.vue

+ 5 - 0
src/views/teamDetail/components/baseInfo.vue

@@ -159,6 +159,8 @@ export default {
       }
     }
     .right {
+      height: 40vh;
+      overflow: scroll;
       ul {
         li {
           list-style: none;
@@ -167,6 +169,9 @@ export default {
           color: #aaa;
         }
       }
+      &::-webkit-scrollbar {
+        display: none;
+      }
     }
   }
   .baseBottom {