完善列表和编辑页面的数据验证和交互,实现服务端和客户端两重数据验证
This commit is contained in:
@@ -38,22 +38,16 @@
|
||||
}
|
||||
|
||||
.document-type-new-page .error-message {
|
||||
@apply text-sm text-red-600 mt-1 font-medium;
|
||||
@apply text-sm text-red-600 mt-1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.document-type-new-page .error-message::before {
|
||||
/* .document-type-new-page .error-message::before {
|
||||
content: "⚠️";
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
} */
|
||||
|
||||
.document-type-new-page .error-show {
|
||||
display: flex !important;
|
||||
color: #ff4d4f;
|
||||
font-weight: 500;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.document-type-new-page .general-error {
|
||||
@apply flex items-center p-3 mb-4 bg-red-50 rounded-md text-red-600 text-sm;
|
||||
|
||||
Reference in New Issue
Block a user