|
|
@@ -155,8 +155,7 @@ |
|
|
|
<view class="tian-view" style="margin-left: 20rpx;"> |
|
|
|
<view class="tian-view-t2"> |
|
|
|
话术内容:<view class="word1"> |
|
|
|
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="thewrongword" :border="false" |
|
|
|
:custom-style="customStyle" placeholder="请输入" /> |
|
|
|
<u-input :auto-height="true" type="textarea" v-model="thewrongword" :border="false" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -168,16 +167,14 @@ |
|
|
|
<view class="tian-view"> |
|
|
|
<view class="tian-view-t2" style="margin-left: 20rpx;"> |
|
|
|
常错词:<view class="word1"> |
|
|
|
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="thewrongword" :border="false" |
|
|
|
:custom-style="customStyle" placeholder="请输入" /> |
|
|
|
<u-input :auto-height="true" type="textarea" v-model="thewrongword" :border="false" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tian-view"> |
|
|
|
<view class="tian-view-t2" style="margin-left: 20rpx;"> |
|
|
|
正确词:<view class="word1"> |
|
|
|
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="reswrongword" :border="false" |
|
|
|
:custom-style="customStyle" placeholder="请输入" /> |
|
|
|
<u-input :auto-height="true" type="textarea" v-model="reswrongword" :border="false" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|