浏览代码

fix: pages in TenantPage cannot be scrolled

Casper Dai 3 年之前
父节点
当前提交
d60c90371b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/layout/TenantPage/index.vue

+ 1 - 1
src/components/layout/TenantPage/index.vue

@@ -24,7 +24,7 @@
           @node-click="setGroup"
         />
       </div>
-      <div class="l-flex__fill c-sibling-item far">
+      <div class="l-flex__fill l-flex c-sibling-item far">
         <slot :group="group" />
       </div>
     </template>