光标离开时校验必填字段

This commit is contained in:
chenglijuan
2026-05-07 18:36:37 +08:00
parent 1b5f3811b6
commit e6d61585dd
4 changed files with 90 additions and 24 deletions
+5 -6
View File
@@ -2,9 +2,9 @@
.plate-container {
flex: 1;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
/* 车牌格子区域 */
@@ -17,6 +17,8 @@
padding: 8rpx 16rpx;
height: 72rpx;
flex: 1;
min-width: 0;
overflow: hidden;
}
.plate-cell {
@@ -72,14 +74,11 @@
/* 清除按钮 */
.plate-clear {
position: absolute;
right: -60rpx;
top: 50%;
transform: translateY(-50%);
flex-shrink: 0;
font-size: 24rpx;
color: #ff4d4f;
padding: 8rpx 12rpx;
flex-shrink: 0;
margin-left: 12rpx;
}
/* 弹窗遮罩 */