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