This commit is contained in:
parent
6bdbdd813b
commit
e5dfc6f2bd
@ -102,7 +102,9 @@ namespace AntdUIDemo
|
||||
_table = new Table
|
||||
{
|
||||
Columns = Columns,
|
||||
Size = new Size(txtSearch.Width, 300)
|
||||
Size = new Size(txtSearch.Width, 300),
|
||||
Font = "Microsoft YaHei UI, 9pt",
|
||||
|
||||
};
|
||||
_table.CellDoubleClick += Table_CellDoubleClick;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user