SVN-Revision: r872
This commit is contained in:
wyf
2025-07-17 10:01:28 +00:00
parent 4712cf4034
commit bd7bf8f2b9
@@ -754,6 +754,7 @@ namespace Lskj.Main.Control
reportGroupControl.Height = reportFlowPanel.Controls[reportFlowPanel.Controls.Count - 1].Location.Y + menuHeight + 28;
baseGroupControl.Height = baseFlowPanel.Controls[baseFlowPanel.Controls.Count - 1].Location.Y + menuHeight + 28;
collectPanel.Height = baseGroupControl.Height + reportGroupControl.Height + 26;
collectPanel.Refresh();
};
if (reportTable.Count() == 0 && baseTable.Count() == 0)
{