15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
<view
|
|
class="word-input-container"
|
|
style="{{width ? 'width:' + width + ';' : ''}}">
|
|
<van-icon
|
|
class-prefix="toy-icon"
|
|
name="translate"
|
|
custom-class="word-input-icon"
|
|
size="42rpx" />
|
|
<input
|
|
class="word-input"
|
|
type="text"
|
|
placeholder="{{placeholder}}"
|
|
bindconfirm="onConfirm" />
|
|
</view>
|