mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[bugfix] Search: should not have cell border (#1000)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<cell
|
<cell
|
||||||
:title="label"
|
:title="label"
|
||||||
:center="center"
|
:center="center"
|
||||||
|
:border="border"
|
||||||
:required="required"
|
:required="required"
|
||||||
:class="b({
|
:class="b({
|
||||||
error,
|
error,
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
:value="value"
|
:value="value"
|
||||||
type="search"
|
type="search"
|
||||||
icon="clear"
|
icon="clear"
|
||||||
|
:border="false"
|
||||||
@click-icon="$emit('input', '')"
|
@click-icon="$emit('input', '')"
|
||||||
/>
|
/>
|
||||||
<div v-if="showAction" :class="b('action')" >
|
<div v-if="showAction" :class="b('action')" >
|
||||||
|
Reference in New Issue
Block a user