样式调整

This commit is contained in:
mengxiaolong
2021-02-19 11:49:43 +08:00
parent fca59f3fe2
commit 635413ce36
3 changed files with 39 additions and 30 deletions

View File

@@ -1,8 +1,6 @@
<template>
<div>
<van-cell-group @click.native="showPopup">
<van-field v-bind="$attrs" right-icon="arrow" :value="value" :required="required" :readonly="readonly" />
</van-cell-group>
<div class="thin-bottom mb1">
<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">
<van-picker id="picker" show-toolbar :columns="columns" @confirm="onPickerConfirm" @cancel="closePopup" />