feat: 桌面端表单必填项标记 * + 提交校验

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-12 20:30:43 +08:00
parent ff0a38a369
commit 1e0f77d4e6
5 changed files with 12 additions and 4 deletions
+1
View File
@@ -329,4 +329,5 @@ function onStatusChange(val: string) {
border-left: 3px solid #5B7FA5 !important;
background: rgba(91, 127, 165, 0.04) !important;
}
.required-star { color: var(--vermilion); font-weight: 700; }
</style>