[bugfix] Actionsheet: border display error (#686)

This commit is contained in:
neverland
2018-03-13 22:45:20 +08:00
committed by GitHub
parent d8d1aa6e82
commit 31be42bc8c
5 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<div v-text="title" />
<icon name="close" @click.stop="$emit('input', false)" />
</div>
<ul v-if="!title" class="van-actionsheet__list">
<ul v-if="!title" class="van-actionsheet__list van-hairline--bottom">
<li
v-for="(item, index) in actions"
:key="index"
+1
View File
@@ -28,6 +28,7 @@
&__subname {
font-size: 12px;
color: $gray-darker;
margin-left: 5px;
}
&__loading {