소스 검색

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>