mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 10:20:19 +08:00
[bugfix] Search: should not have cell border (#1000)
This commit is contained in:
parent
8e6741635d
commit
6d4709cc71
@ -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')" >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user