|
|
|
@ -53,11 +53,11 @@ |
|
|
|
</abp-tab> |
|
|
|
|
|
|
|
<abp-tab title="@L["Script"]"> |
|
|
|
<abp-input asp-for="ViewModel.Script" suppress-label="true" /> |
|
|
|
<abp-input asp-for="ViewModel.Script" suppress-label="true" style="height: 65vh;" /> |
|
|
|
</abp-tab> |
|
|
|
|
|
|
|
<abp-tab title="@L["Style"]"> |
|
|
|
<abp-input asp-for="ViewModel.Style" suppress-label="true"/> |
|
|
|
<abp-input asp-for="ViewModel.Style" suppress-label="true" style="height: 65vh;"/> |
|
|
|
</abp-tab> |
|
|
|
|
|
|
|
</abp-tabs> |
|
|
|
|