[bugfix] Field: icon align (#871)

This commit is contained in:
neverland 2018-11-06 21:55:19 +08:00 committed by GitHub
parent 5f87de0803
commit 023b11716c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 15 deletions

View File

@ -3,12 +3,12 @@
lang="{{ lang }}" lang="{{ lang }}"
class="{{ classes }}" class="{{ classes }}"
open-type="{{ openType }}" open-type="{{ openType }}"
app-parameter="{{ appParameter }}"
session-from="{{ sessionFrom }}" session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}" app-parameter="{{ appParameter }}"
send-message-path="{{ sendMessagePath }}"
send-message-img="{{ sendMessageImg }}" send-message-img="{{ sendMessageImg }}"
send-message-path="{{ sendMessagePath }}"
show-message-card="{{ showMessageCard }}" show-message-card="{{ showMessageCard }}"
send-message-title="{{ sendMessageTitle }}"
bind:tap="onClick" bind:tap="onClick"
binderror="bindError" binderror="bindError"
bindcontact="bindContact" bindcontact="bindContact"

View File

@ -21,11 +21,11 @@ VantComponent({
clickable: Boolean, clickable: Boolean,
titleWidth: String, titleWidth: String,
customStyle: String, customStyle: String,
arrowDirection: String,
border: { border: {
type: Boolean, type: Boolean,
value: true value: true
}, }
arrowDirection: String
}, },
computed: { computed: {

View File

@ -59,7 +59,6 @@
&__clear { &__clear {
color: @gray; color: @gray;
font-size: 16px;
} }
&__icon-container { &__icon-container {
@ -67,9 +66,7 @@
} }
&__icon { &__icon {
display: block; display: block !important;
font-size: 16px;
line-height: inherit;
} }
&__button { &__button {

View File

@ -48,6 +48,7 @@
/> />
<van-icon <van-icon
wx:if="{{ showClear }}" wx:if="{{ showClear }}"
size="16px"
name="clear" name="clear"
class="van-field__clear-root" class="van-field__clear-root"
custom-class="van-field__clear" custom-class="van-field__clear"
@ -56,6 +57,7 @@
<view class="van-field__icon-container" wx:if="{{ icon || useIconSlot }}" bind:tap="onClickIcon"> <view class="van-field__icon-container" wx:if="{{ icon || useIconSlot }}" bind:tap="onClickIcon">
<van-icon <van-icon
wx:if="{{ icon }}" wx:if="{{ icon }}"
size="16px"
name="{{ icon }}" name="{{ icon }}"
custom-class="van-field__icon {{ iconClass }}" custom-class="van-field__icon {{ iconClass }}"
/> />

View File

@ -8,12 +8,12 @@
disabled="{{ disabled }}" disabled="{{ disabled }}"
open-type="{{ openType }}" open-type="{{ openType }}"
custom-class="custom-class" custom-class="custom-class"
app-parameter="{{ appParameter }}"
session-from="{{ sessionFrom }}" session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}" app-parameter="{{ appParameter }}"
send-message-path="{{ sendMessagePath }}"
send-message-img="{{ sendMessageImg }}" send-message-img="{{ sendMessageImg }}"
send-message-path="{{ sendMessagePath }}"
show-message-card="{{ showMessageCard }}" show-message-card="{{ showMessageCard }}"
send-message-title="{{ sendMessageTitle }}"
bind:click="onClick" bind:click="onClick"
binderror="bindError" binderror="bindError"
bindcontact="bindContact" bindcontact="bindContact"

View File

@ -7,12 +7,12 @@
disabled="{{ disabled }}" disabled="{{ disabled }}"
open-type="{{ openType }}" open-type="{{ openType }}"
custom-class="van-goods-action-icon" custom-class="van-goods-action-icon"
app-parameter="{{ appParameter }}"
session-from="{{ sessionFrom }}" session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}" app-parameter="{{ appParameter }}"
send-message-path="{{ sendMessagePath }}"
send-message-img="{{ sendMessageImg }}" send-message-img="{{ sendMessageImg }}"
send-message-path="{{ sendMessagePath }}"
show-message-card="{{ showMessageCard }}" show-message-card="{{ showMessageCard }}"
send-message-title="{{ sendMessageTitle }}"
bind:click="onClick" bind:click="onClick"
binderror="bindError" binderror="bindError"
bindcontact="bindContact" bindcontact="bindContact"