MudBlazor

This commit is contained in:
2023-01-19 19:40:39 -07:00
parent 10c823dca8
commit 8c2a6676b5
9 changed files with 96 additions and 48 deletions

View File

@ -10,7 +10,7 @@
<hr />
<form asp-controller="Export" asp-action="ExportData" method="post" class="form-inline">
<form asp-controller="Export" asp-action="ExportData" method="post" class="form-inline" style="min-height:480px;">
<div class="form-group">
<label for="ToolType">Tool Type</label>
<div class="form-control" id="ToolType" name="ToolType"></div>