mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] NoticeBar: avoid using tag selector (#1574)
This commit is contained in:
parent
3708bd3b65
commit
0bc1505b19
@ -16,7 +16,7 @@
|
|||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
> image {
|
&-image {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
bind:tap="onClick"
|
bind:tap="onClick"
|
||||||
>
|
>
|
||||||
<view wx:if="{{ leftIcon }}" class="van-notice-bar__left-icon">
|
<view wx:if="{{ leftIcon }}" class="van-notice-bar__left-icon">
|
||||||
<image src="{{ leftIcon }}" />
|
<image class="van-notice-bar__left-icon-image" src="{{ leftIcon }}" />
|
||||||
</view>
|
</view>
|
||||||
<view class="van-notice-bar__content-wrap">
|
<view class="van-notice-bar__content-wrap">
|
||||||
<view class="van-notice-bar__content {{ scrollable ? '' : 'van-ellipsis' }}" animation="{{ animationData }}">
|
<view class="van-notice-bar__content {{ scrollable ? '' : 'van-ellipsis' }}" animation="{{ animationData }}">
|
||||||
|
@ -37,15 +37,6 @@
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
|
||||||
&::-webkit-search-decoration,
|
|
||||||
&::-webkit-search-cancel-button,
|
|
||||||
&::-webkit-search-results-button,
|
|
||||||
&::-webkit-search-results-decoration {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__action {
|
&__action {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user