feat(Sku): use popup close icon (#4386)

This commit is contained in:
neverland
2019-09-06 15:16:57 +08:00
committed by GitHub
parent 075edbfd4b
commit 42d408dc2c
4 changed files with 13 additions and 35 deletions
+6 -9
View File
@@ -11,6 +11,12 @@
overflow-y: visible;
font-size: @font-size-md;
background: @white;
.van-popup__close-icon {
top: @padding-sm;
color: @sku-icon-gray-color;
font-size: 20px;
}
}
&-body {
@@ -103,15 +109,6 @@
}
}
&__close-icon {
position: absolute;
top: @padding-sm;
right: @padding-md;
color: @sku-icon-gray-color;
font-size: 20px;
text-align: center;
}
&-group-container {
margin-left: @padding-md;
padding: @padding-sm 0 2px;