mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-28 02:49:45 +08:00
增加补充相关资料和小程序源码
This commit is contained in:
10
微信小程序源码/iot-home/components/firstui/fui-toast/fui-toast.wxml
Normal file
10
微信小程序源码/iot-home/components/firstui/fui-toast/fui-toast.wxml
Normal file
@@ -0,0 +1,10 @@
|
||||
<view class="fui-toast__wrap {{visible?'fui-toast__show':''}}">
|
||||
<view class="fui-toast__inner" style="padding:{{padding}};background:{{background}};z-index:{{zIndex}}">
|
||||
<slot></slot>
|
||||
<view class="fui-toast__icon-box" wx:if="{{src}}" style="width:{{width}}rpx;height:{{width}}rpx">
|
||||
<image class="fui-toast__icon" src="{{src}}" style="width:{{width}}rpx;height:{{width}}rpx">
|
||||
</image>
|
||||
</view>
|
||||
<text class="fui-toast__text" style="font-size:{{size}}rpx;color:{{color}}" wx:if="{{text}}">{{text}}</text>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user