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

修复菜单权限的问题

xiaochan преди 3 месеца
родител
ревизия
fac0bced6e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/settings/permissions/RoleMenuSettings.vue

+ 2 - 2
src/views/settings/permissions/RoleMenuSettings.vue

@@ -36,7 +36,7 @@
               :data="menus"
               :props="defaultProps"
               :style="{
-                height: tableHeight - 40 - 15 + 'px',
+                height: '100%',
                 overflowY: 'scroll',
               }"
               show-checkbox
@@ -52,7 +52,7 @@
               node-key="id"
               ref="reportFormsTree"
               :style="{
-                height: tableHeight - 40 - 15 + 'px',
+                height: '100%',
                 overflowY: 'scroll',
               }"
             >