This commit is contained in:
zhubanghao 2025-03-28 15:33:20 +08:00
parent 6bdbdd813b
commit e5dfc6f2bd

View File

@ -102,7 +102,9 @@ namespace AntdUIDemo
_table = new Table _table = new Table
{ {
Columns = Columns, Columns = Columns,
Size = new Size(txtSearch.Width, 300) Size = new Size(txtSearch.Width, 300),
Font = "Microsoft YaHei UI, 9pt",
}; };
_table.CellDoubleClick += Table_CellDoubleClick; _table.CellDoubleClick += Table_CellDoubleClick;
} }