|
|
|
@@ -155,7 +155,7 @@ |
|
|
|
</view> |
|
|
|
<view class="tian-view" style="margin-left: 20rpx;"> |
|
|
|
<view class="tian-view-t2"> |
|
|
|
话术内容:<u-input :auto-height="true" :height="80" type="textarea" v-model="thewrongword" :border="true" :custom-style="{'width': '320rpx','font-size':'34rpx'}" placeholder="请输入" /> |
|
|
|
话术内容:<u-input style="flex:1" :auto-height="true" :height="50" type="textarea" v-model="thewrongword" :border="false" :custom-style="{'width': '320rpx','font-size':'34rpx','border-bottom': '1px solid #ccc'}" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</u-modal> |
|
|
|
@@ -164,13 +164,13 @@ |
|
|
|
<u-modal v-model="isshow2" title="添加常错词" :show-cancel-button="true" @cancel="Cancelout" @confirm="$noMultipleClicks(Confirmtheexit)"> |
|
|
|
<view class="tian-view"> |
|
|
|
<view class="tian-view-t2" style="margin-left: 20rpx;"> |
|
|
|
常错词:<u-input :auto-height="true" :height="80" type="textarea" v-model="thewrongword" :border="true" :custom-style="{'width': '320rpx','font-size':'34rpx'}" placeholder="请输入" /> |
|
|
|
常错词:<u-input style="flex:1" :auto-height="true" :height="50" type="textarea" v-model="thewrongword" :border="false" :custom-style="{'width': '320rpx','font-size':'34rpx','border-bottom': '1px solid #ccc'}" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tian-view"> |
|
|
|
<view class="tian-view-t3" style="margin-left: 20rpx;">正确词:<u-input :auto-height="true" :height="80" type="textarea" v-model="reswrongword" :border="true" :custom-style="{'width': '320rpx','font-size':'34rpx'}" placeholder="请输入" /></view> |
|
|
|
<view class="tian-view-t3" style="margin-left: 20rpx;"> |
|
|
|
正确词:<u-input style="flex:1" :auto-height="true" :height="50" type="textarea" v-model="reswrongword" :border="false" :custom-style="{'width': '320rpx','font-size':'34rpx','border-bottom': '1px solid #ccc'}" placeholder="请输入" /></view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</u-modal> |
|
|
|
|
|
|
|
<!-- 加精华 --> |
|
|
|
@@ -2714,7 +2714,6 @@ |
|
|
|
background-color: #FFFFFF; |
|
|
|
display: flex; |
|
|
|
margin-bottom:30rpx; |
|
|
|
|
|
|
|
.tian-view-t2 { |
|
|
|
width: 100%; |
|
|
|
font-size: 34rpx; |
|
|
|
@@ -2726,7 +2725,7 @@ |
|
|
|
display: flex; |
|
|
|
font-size: 34rpx; |
|
|
|
.huashu-input{ |
|
|
|
padding:0 10rpx; |
|
|
|
flex:1; |
|
|
|
font-size: 34rpx; |
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
} |
|
|
|
|