File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
frontend/src/views/system/permission Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments