[bugfix] Search: should not have cell border (#1000)

This commit is contained in:
neverland 2018-05-05 21:52:32 +08:00 committed by GitHub
parent 8e6741635d
commit 6d4709cc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<cell
:title="label"
:center="center"
:border="border"
:required="required"
:class="b({
error,

View File

@ -7,6 +7,7 @@
:value="value"
type="search"
icon="clear"
:border="false"
@click-icon="$emit('input', '')"
/>
<div v-if="showAction" :class="b('action')" >