update-textarea.wxml 1.2 KB
<view style="{{'width:100%;height:100%;display:flex;background-color:#F7F7F7;'+(vuex_theme)}}" class="data-v-1e704597"><view class="wrap_box data-v-1e704597"><view class="text_gray_26 data-v-1e704597">{{title}}</view><view style="min-height:300rpx;width:100%;padding:20rpx 0;" class="data-v-1e704597"><u-input bind:input="__e" vue-id="a0ce2362-1" type="textarea" maxlength="{{maxLength}}" placeholder="请输入内容" custom-style="{{text_black_30}}" placeholder-style="{{text_gray_30}}" value="{{value}}" data-event-opts="{{[['^input',[['__set_model',['','value','$event',[]]]]]]}}" class="data-v-1e704597" bind:__l="__l"></u-input></view><view class="text_gray_30 data-v-1e704597" style="text-align:right;">{{value.length+"/"+maxLength}}</view><view style="height:2rpx;margin:30rpx 0;background-color:#e5e5e5;" class="data-v-1e704597"></view></view><view class="footer data-v-1e704597"><view style="width:100%;height:1rpx;border:1rpx solid #f7f7f7;" class="data-v-1e704597"></view><view style="padding:20rpx 40rpx 70rpx 40rpx;" class="data-v-1e704597"><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="confirm data-v-1e704597" bindtap="__e">确认</view></view></view></view>