Skip to content

Commit 613041b

Browse files
authored
Update TableTest.cs
修改 单元测试宽度计算 Signed-off-by: AApuci <[email protected]>
1 parent 4c61e9a commit 613041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8387,7 +8387,7 @@ public async Task AutoFitContentCallback_Ok()
83878387
{
83888388
name = fieldName;
83898389
var resWidth = Math.Max(100.65f, calcWidth);
8390-
return Task.FromResult(100.65f);
8390+
return Task.FromResult(resWidth);
83918391
});
83928392
pb.Add(a => a.TableColumns, foo => builder =>
83938393
{

0 commit comments

Comments
 (0)