Parcourir la source

1210 18:25

11
mo il y a 5 ans
Parent
commit
2a5ebc2c7e
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 {