filesbox/miniprogram/FilesBox/components/new-button/new-button.wxml
2023-09-21 10:23:31 +08:00

5 lines
359 B
Plaintext

<!--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>