feat: 完成文字涂色卡功能
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<wxs module="wxs" src="./word-input.wxs"></wxs>
|
||||
|
||||
<view
|
||||
class="word-input-container"
|
||||
style="{{width ? 'width:' + width + ';' : ''}}">
|
||||
@@ -10,5 +12,13 @@
|
||||
class="word-input"
|
||||
type="text"
|
||||
placeholder="{{placeholder}}"
|
||||
bindinput="onInput"
|
||||
bindconfirm="onConfirm" />
|
||||
<view
|
||||
class="btn-word-add"
|
||||
bind:tap="onConfirm"
|
||||
bind:touchstart="{{wxs.touchStart}}"
|
||||
bind:touchend="{{wxs.touchEnd}}">
|
||||
添加
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user