mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Notify: 修复 color 参数无效问题 (#783)
This commit is contained in:
parent
7a38305c02
commit
6c2e06b2ea
@ -2,7 +2,7 @@
|
||||
name="slide-down"
|
||||
show="{{ show }}"
|
||||
custom-class="van-notify"
|
||||
custom-style="background-color:{{ backgroundColor }}"
|
||||
custom-style="background-color:{{ backgroundColor }}; color: {{ color }}"
|
||||
>
|
||||
{{ text }}
|
||||
</van-transition>
|
||||
|
Loading…
x
Reference in New Issue
Block a user