diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserSelect.html b/modules/core/src/main/resources/views/modules/sys/user/empUserSelect.html index 160f4b37..983a5568 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserSelect.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserSelect.html @@ -99,7 +99,7 @@ selectNum = 0, dataGrid = $('#dataGrid').dataGrid({ }} ], autoGridHeight: function(){ - var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 73; + var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 75; $('.tags-input').height($('.ui-jqgrid').height() - 10); return height; }, diff --git a/web/src/main/resources/views/modules/demo/demoFormEditForm.html b/web/src/main/resources/views/modules/demo/demoFormEditForm.html index 7e106f0a..be281059 100644 --- a/web/src/main/resources/views/modules/demo/demoFormEditForm.html +++ b/web/src/main/resources/views/modules/demo/demoFormEditForm.html @@ -123,6 +123,30 @@ +