[bugfix] NoticeBar: avoid using tag selector (#1574)

This commit is contained in:
neverland 2019-04-27 17:30:45 +08:00 committed by GitHub
parent 3708bd3b65
commit 0bc1505b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 11 deletions

View File

@ -16,7 +16,7 @@
min-width: 20px;
box-sizing: border-box;
> image {
&-image {
width: 16px;
height: 16px;
}

View File

@ -5,7 +5,7 @@
bind:tap="onClick"
>
<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 class="van-notice-bar__content-wrap">
<view class="van-notice-bar__content {{ scrollable ? '' : 'van-ellipsis' }}" animation="{{ animationData }}">

View File

@ -37,15 +37,6 @@
padding-right: 0;
}
input {
&::-webkit-search-decoration,
&::-webkit-search-cancel-button,
&::-webkit-search-results-button,
&::-webkit-search-results-decoration {
display: none;
}
}
&__action {
padding: 0 10px;
font-size: 14px;