浏览代码

.floor-out height --> max-height

yx 4 年之前
父节点
当前提交
a7aa16b52f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/floorList.vue

+ 1 - 1
src/components/floorList.vue

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