Skip to content

Commit 95cfeed

Browse files
committed
fix: bug fix
1 parent 9c4c990 commit 95cfeed

File tree

1 file changed

+6
-2
lines changed
  • frontend/src/views/system/permission

1 file changed

+6
-2
lines changed

frontend/src/views/system/permission/index.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,14 +882,18 @@ const columnRules = {
882882
padding-right: 0;
883883
}
884884
885+
.ed-form-item__content {
886+
padding-bottom: 100px;
887+
}
888+
885889
.table-content {
886890
width: 100%;
887891
margin-top: 16px;
888892
border: 1px solid #1f232926;
889893
border-top: none;
890894
border-bottom: none;
891895
border-radius: 6px;
892-
overflow: hidden;
896+
overflow-y: auto;
893897
max-height: calc(100vh - 400px);
894898
895899
&.border-bottom {
@@ -947,7 +951,7 @@ const columnRules = {
947951
border: 1px solid #1f232926;
948952
border-top: none;
949953
border-radius: 6px;
950-
overflow: hidden;
954+
overflow-y: auto;
951955
max-height: calc(100vh - 400px);
952956
.ed-table__empty-text {
953957
padding-top: 0;

0 commit comments

Comments
 (0)