[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 }}"
class="{{ classes }}"
open-type="{{ openType }}"
app-parameter="{{ appParameter }}"
session-from="{{ sessionFrom }}"
send-message-title="{{ sendMessageTitle }}"
send-message-path="{{ sendMessagePath }}"
app-parameter="{{ appParameter }}"
send-message-img="{{ sendMessageImg }}"
send-message-path="{{ sendMessagePath }}"
show-message-card="{{ showMessageCard }}"
send-message-title="{{ sendMessageTitle }}"
bind:tap="onClick"
binderror="bindError"
bindcontact="bindContact"

View File

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

View File

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

View File

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

View File

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

View File

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