lu
2025-03-31 6922e9470982bcc4e75770d5db60ae8aa73b6be0
DevApp/Gs.DevApp/DevFrm/XtraForm2.cs
@@ -21,6 +21,8 @@
        public XtraForm2()
        {
            InitializeComponent();
            gridView1.RowHeight = 50; // 您可以根据需要调整这个值
            gridView1.OptionsView.RowAutoHeight = true;
            getPageList(1);
        }