Skip to content

Table 在 ShowModal 中出现高度样式错误 #3293

@LostRoy

Description

@LostRoy

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

在ShowModal中嵌入有固定高度的Table组件,Table的高度会有几率出现错误,概率比较大
Snipaste_2024-04-17_08-42-10

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions