mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 02:26:43 +08:00
样式调整
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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-field v-bind="$attrs" right-icon="arrow" :value="value" :required="required" :readonly="readonly" />
|
||||||
<van-popup id="popup" :value="isShow" :position="position" @click-overlay="closePopup">
|
<van-popup id="popup" :value="isShow" :position="position" @click-overlay="closePopup">
|
||||||
<slot :closePopup="closePopup">
|
<slot :closePopup="closePopup">
|
||||||
@@ -45,7 +45,9 @@ export default {
|
|||||||
this.isShow = true
|
this.isShow = true
|
||||||
},
|
},
|
||||||
closePopup() {
|
closePopup() {
|
||||||
this.isShow = false
|
this.$nextTick(() => {
|
||||||
|
this.isShow = false
|
||||||
|
})
|
||||||
},
|
},
|
||||||
onPickerConfirm(pickedValue) {
|
onPickerConfirm(pickedValue) {
|
||||||
this.$emit('input', String(pickedValue))
|
this.$emit('input', String(pickedValue))
|
||||||
|
|||||||
@@ -336,7 +336,7 @@ export default {
|
|||||||
background-color: #1989fa !important;
|
background-color: #1989fa !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app .van-cell:not(:last-child)::after {
|
/deep/ .van-cell:not(:last-child)::after {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user