mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-07-14 11:33:47 +08:00
🎨ui: 优化Identity样式
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
@if (ViewContext.ModelState.IsValid == false)
|
||||
{
|
||||
<div class="alert alert-error">
|
||||
<span>⚠</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>
|
||||
|
||||
Reference in New Issue
Block a user