fix demo stylelint

This commit is contained in:
陈嘉涵
2019-05-10 10:28:31 +08:00
parent ba4f02b9b4
commit 0a2ed005af
15 changed files with 38 additions and 38 deletions

View File

@@ -103,8 +103,8 @@ export default {
}
.van-popup {
padding: 20px;
box-sizing: border-box;
padding: 20px;
&--center {
width: 60%;
@@ -116,8 +116,8 @@ export default {
}
&--top {
color: @white;
width: 100%;
color: @white;
line-height: 20px;
background-color: rgba(0, 0, 0, 0.8);
}