-
-
Notifications
You must be signed in to change notification settings - Fork 382
Table 在 ShowModal 中出现高度样式错误 #3293
Copy link
Copy link
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
在ShowModal中嵌入有固定高度的Table组件,Table的高度会有几率出现错误,概率比较大

Expected Behavior
No response
Steps To Reproduce
Index.razor
@inject DialogService DialogService
@code {
private async Task ButtonClick()
{
await DialogService.ShowModal<TableDemo>(new ResultDialogOption());
}
}
TableDemo.razor
Height="400" IsFixedHeader
Exceptions (if any)
No response
.NET Version
8.0
Anything else?
BootstrapBlazor: 8.4.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working