Skip to content

Commit c254f46

Browse files
committed
fix(Model Configuration): Model default parameters are not fully displayed when creating
1 parent 1cd1254 commit c254f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/model/ModelForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ defineExpose({
465465
margin: 0 auto;
466466
padding-top: 24px;
467467
overflow-y: auto;
468-
height: calc(100% - 120px);
468+
height: calc(100% - 176px);
469469
padding-bottom: 24px;
470470
471471
.ed-form-item--default {

0 commit comments

Comments
 (0)