2020-06-09 16:17:23 +08:00

5 lines
315 B
Plaintext

<van-transition customClass="van-notify" customStyle="background-color:{{backgroundColor}}; color: {{color}}; z-index: {{zIndex}};" name="slide-down" show="{{show}}">
<view class="van-notify__safe-top" style="padding-top: {{statusBarHeight}}px" wx:if="{{safeAreaInsetTop}}"></view>
{{text}}
</van-transition>