[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 <cell
:title="label" :title="label"
:center="center" :center="center"
:border="border"
:required="required" :required="required"
:class="b({ :class="b({
error, error,

View File

@ -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')" >