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