🎨ui: 优化Identity样式

This commit is contained in:
yubaolee
2026-06-27 00:51:53 +08:00
parent 5e6ca18770
commit 97a96e8b4b
11 changed files with 778 additions and 196 deletions

View File

@@ -1,4 +1,14 @@
@if (ViewContext.ModelState.IsValid == false)
{
<div class="alert alert-error">
<span>&#9888;</span>
<div>
<strong>操作失败</strong>
<div asp-validation-summary="All"></div>
</div>
</div>
}
@if (ViewContext.ModelState.IsValid == false)
{
<div class="alert alert-danger">
<strong>Error</strong>