mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Field: icon align (#871)
This commit is contained in:
parent
5f87de0803
commit
023b11716c
@ -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"
|
||||||
|
@ -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: {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 }}"
|
||||||
/>
|
/>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user