mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 03:36:44 +08:00
Merge branch 'feature/【GFRS-2145】e起陪访' into dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="thin-bottom mb1" @click.native="showPopup">
|
||||
<div class="thin-bottom mb1" @click="showPopup">
|
||||
<van-field v-bind="$attrs" right-icon="arrow" :value="value" :required="required" :readonly="readonly" />
|
||||
<van-popup id="popup" :value="isShow" :position="position" @click-overlay="closePopup">
|
||||
<slot :closePopup="closePopup">
|
||||
@@ -45,7 +45,9 @@ export default {
|
||||
this.isShow = true
|
||||
},
|
||||
closePopup() {
|
||||
this.$nextTick(() => {
|
||||
this.isShow = false
|
||||
})
|
||||
},
|
||||
onPickerConfirm(pickedValue) {
|
||||
this.$emit('input', String(pickedValue))
|
||||
|
||||
@@ -336,7 +336,7 @@ export default {
|
||||
background-color: #1989fa !important;
|
||||
}
|
||||
|
||||
#app .van-cell:not(:last-child)::after {
|
||||
/deep/ .van-cell:not(:last-child)::after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user