filesbox/miniprogram/FilesBox/components/new-button/new-button.wxml

5 lines
359 B
Plaintext
Raw Normal View History

2023-09-21 02:23:31 +00:00
<!--components/new-button/new-button.wxml-->
<view class="button-padding" wx:if="{{fixedBottom}}"></view>
<view class="button-out {{fixedBottom?'button-out-fixed':''}}" style="{{outStyle}}">
<button class="{{forbidden?'button-frobidden':'button'}}" hover-class="hover-class" bindtap="submit" style="width:{{width}};{{customStyle}}">{{text}}</button>
</view>