mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
选择时间时禁止软键盘弹出
This commit is contained in:
@@ -430,6 +430,8 @@ export default {
|
||||
// }
|
||||
},
|
||||
openTime(flag) {
|
||||
//禁止软键盘弹出
|
||||
document.activeElement.blur();
|
||||
this.TimeFlag = flag
|
||||
// this.dialogForm.dateFlag = ''
|
||||
this.timeShow = true
|
||||
|
||||
@@ -238,7 +238,7 @@ img {
|
||||
}
|
||||
/deep/ .van-button {
|
||||
border-radius: 12px;
|
||||
width: 49%;
|
||||
width: 42%;
|
||||
}
|
||||
/deep/ .van-button--danger {
|
||||
background: linear-gradient(to right, #f26e43, #ac0209) !important;
|
||||
|
||||
Reference in New Issue
Block a user