mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-23 15:09:16 +08:00
[bugfix] Notify: 修复 color 参数无效问题 (#783)
This commit is contained in:
parent
7a38305c02
commit
6c2e06b2ea
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user