Replies: 3 comments 1 reply
|
@zijiaxing Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
0 replies
|
@zijiaxing 尽量不要使用 Row 组件,建议使用 bs 的栅格系统布局,比 Row 组件灵活太多了 |
0 replies
|
我是在ValidateForm中自己布局的,如果用bs 的栅格系统布局的话,怎么控制输入控件的label位置呢? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Describe the bug
我将示例程序中Row组件的跨列功能中“行显示 4 个 Address 占 2 列”示例的代码改成了下面的样子,但是显示出来的布局跟我想象中的不一样:
实际效果:
.Net版本:.NET10
Expected Behavior
期望效果:
Interactive render mode
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
Steps To Reproduce
Exceptions (if any)
No response
.NET Version
NET9.0
Anything else?
No response
All reactions