You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
- <textarea wx:if="{{activeMode}}" placeholder="请在此输入您的技能特长" value="{{value}}" bind:blur="blurValue" bind:focus="inputValue" style="width: 660rpx; border: 1rpx solid #19be6b;padding: 20rpx;border-radius: 20rpx;" />
-
-
- <view-flex wx:else styleCss="{{styleCss}}" justify="space-between" vertical="{{true}}">
- <view-flex justify="space-between">
- <view class="form-label">{{label}}</view>
- </view-flex>
- <wux-white-space size="large" />
- <view-flex class="form-value">
- <textarea style="width: 710rpx;" value="{{inputValue}}" placeholder="请输入{{label}}" bind:blur="blurValue" bind:input="inputValue" />
- </view-flex>
- </view-flex>
|