mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
badge 修复数字改版以后,并没有触发ui改动 (#225)
This commit is contained in:
parent
fd77f4736d
commit
8b15d95153
@ -1,8 +1,8 @@
|
|||||||
<view class="zan-badge">
|
<view class="zan-badge">
|
||||||
<text
|
<view
|
||||||
class="zan-badge__text"
|
class="zan-badge__text"
|
||||||
style="color: {{ color }}; background-color: {{ backgroundColor }};font-size: {{ fontSize * 2 }}px; box-shadow: {{ boxShadow }};"
|
style="color: {{ color }}; background-color: {{ backgroundColor }};font-size: {{ fontSize * 2 }}px; box-shadow: {{ boxShadow }};"
|
||||||
>
|
>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</text>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user