[성현모] TestList 조회 페이지 개선

This commit is contained in:
SHM
2025-09-17 16:44:33 +09:00
parent bdde95386f
commit a1a6759ea6
5 changed files with 154 additions and 30 deletions

View File

@ -0,0 +1,11 @@
<span style="@($"font-size:1.3rem; width:{MaxWidth}; max-width:{MaxWidth}; display:inline-block;white-space:normal;word-wrap:break-word;")">
@Text
</span>
@code {
[Parameter]
public string Text { get; set; }
[Parameter]
public string MaxWidth { get; set; }
}