光标离开时校验必填字段
This commit is contained in:
@@ -41,6 +41,11 @@ page {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.form-field-wrap {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.time-range {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
@@ -158,3 +163,13 @@ page {
|
||||
color: #94aec5;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.form-input-error {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
|
||||
.form-error {
|
||||
font-size: 22rpx;
|
||||
color: #ff4d4f;
|
||||
padding-top: 4rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user