Merge branch 'hotfix/fix_toast_0330' into 'master'

feat: 简化toast为单个intance



See merge request !20
This commit is contained in:
pangxie
2017-03-30 20:16:36 +08:00
4 changed files with 22 additions and 22 deletions

View File

@@ -44,9 +44,13 @@
}
.zan-toast__text {
padding-bottom: 20px;
padding: 15px 0 20px;
font-size: 14px;
}
}
}
}
.zan-toast-fade-enter, .zan-toast-fade-leave-active {
opacity: 0;
}