mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Search: should not have cell border (#1000)
This commit is contained in:
parent
8e6741635d
commit
6d4709cc71
@ -2,6 +2,7 @@
|
||||
<cell
|
||||
:title="label"
|
||||
:center="center"
|
||||
:border="border"
|
||||
:required="required"
|
||||
:class="b({
|
||||
error,
|
||||
|
@ -7,6 +7,7 @@
|
||||
:value="value"
|
||||
type="search"
|
||||
icon="clear"
|
||||
:border="false"
|
||||
@click-icon="$emit('input', '')"
|
||||
/>
|
||||
<div v-if="showAction" :class="b('action')" >
|
||||
|
Loading…
x
Reference in New Issue
Block a user