[bugfix] Icon: info z-index higher than image

fix #1393
This commit is contained in:
rex 2019-03-12 17:33:31 +08:00 committed by GitHub
parent 806f51ce35
commit d3475dee0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -7,14 +7,18 @@
height: 1em; height: 1em;
image { image {
position: absolute;
top: 0; top: 0;
left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
margin: auto; left: 0;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
position: absolute; margin: auto;
} }
} }
&__info {
z-index: 1;
}
} }

View File

@ -8,6 +8,7 @@
<van-info <van-info
wx:if="{{ info !== null }}" wx:if="{{ info !== null }}"
info="{{ info }}" info="{{ info }}"
custom-class="van-icon__info"
/> />
<image <image
wx:if="{{ utils.isSrc(name) }}" wx:if="{{ utils.isSrc(name) }}"