[bugfix] Notify: 修复 color 参数无效问题 (#783)

This commit is contained in:
xaboy 2018-10-18 19:50:37 +08:00 committed by neverland
parent 7a38305c02
commit 6c2e06b2ea

View File

@ -2,7 +2,7 @@
name="slide-down" name="slide-down"
show="{{ show }}" show="{{ show }}"
custom-class="van-notify" custom-class="van-notify"
custom-style="background-color:{{ backgroundColor }}" custom-style="background-color:{{ backgroundColor }}; color: {{ color }}"
> >
{{ text }} {{ text }}
</van-transition> </van-transition>