We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4c990 commit 95cfeedCopy full SHA for 95cfeed
1 file changed
frontend/src/views/system/permission/index.vue
@@ -882,14 +882,18 @@ const columnRules = {
882
padding-right: 0;
883
}
884
885
+ .ed-form-item__content {
886
+ padding-bottom: 100px;
887
+ }
888
+
889
.table-content {
890
width: 100%;
891
margin-top: 16px;
892
border: 1px solid #1f232926;
893
border-top: none;
894
border-bottom: none;
895
border-radius: 6px;
- overflow: hidden;
896
+ overflow-y: auto;
897
max-height: calc(100vh - 400px);
898
899
&.border-bottom {
@@ -947,7 +951,7 @@ const columnRules = {
947
951
948
952
949
953
950
954
955
956
.ed-table__empty-text {
957
padding-top: 0;
0 commit comments