Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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>
|