[성현모] TestList 조회 페이지 개선
This commit is contained in:
@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user