mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
[bugfix] Field: icon align (#871)
This commit is contained in:
parent
5f87de0803
commit
023b11716c
@ -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"
|
||||
|
@ -21,11 +21,11 @@ VantComponent({
|
||||
clickable: Boolean,
|
||||
titleWidth: String,
|
||||
customStyle: String,
|
||||
arrowDirection: String,
|
||||
border: {
|
||||
type: Boolean,
|
||||
value: true
|
||||
},
|
||||
arrowDirection: String
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
@ -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 {
|
||||
|
@ -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 }}"
|
||||
/>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user