Browse Source

.floor-out height --> max-height

yx 4 years ago
parent
commit
a7aa16b52f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/floorList.vue

+ 1 - 1
src/components/floorList.vue

@@ -231,7 +231,7 @@ export default {
         padding: 6px 4px;
         text-align: center;
         .floor-out {
-            height: 300px; //TODO:
+            max-height: 300px; //TODO:
             overflow: hidden;
             position: relative;
             overflow-y: auto;