Преглед на файлове

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>