style(ActionSheet): remove option border

This commit is contained in:
chenjiahan
2020-05-26 10:45:18 +08:00
committed by neverland
parent e54c11d552
commit 8db218e9c0
3 changed files with 13 additions and 8 deletions
+6
View File
@@ -1,4 +1,5 @@
@import '../style/var';
@import '../style/mixins/hairline';
.van-action-sheet {
max-height: @action-sheet-max-height;
@@ -60,11 +61,16 @@
}
&__description {
position: relative;
padding: @padding-md;
color: @action-sheet-description-color;
font-size: @action-sheet-description-font-size;
line-height: @action-sheet-description-line-height;
text-align: center;
&::after {
.hairline-bottom(@cell-border-color, @padding-md, @padding-md);
}
}
&__close {