|
|
@@ -137,15 +137,15 @@ |
|
|
|
<viwe class="tian-view-t1"></viwe> |
|
|
|
<viwe class="tian-view-t2">常错词:</viwe> |
|
|
|
<viwe class="tian-view-t3"> |
|
|
|
<u-input :auto-height="true" height="30" type="textarea" v-model="thewrongword" :disabled="isNum" |
|
|
|
class="tian-input" placeholder="请输入" /> |
|
|
|
<u-input :auto-height="false" type="textarea" v-model="thewrongword" :disabled="isNum" |
|
|
|
:custom-style="customStyle" placeholder="请输入" /> |
|
|
|
</viwe> |
|
|
|
</view> |
|
|
|
<view class="tian-view" style="margin-bottom: 74rpx;"> |
|
|
|
<viwe class="tian-view-t1"></viwe> |
|
|
|
<viwe class="tian-view-t2">正确词:</viwe> |
|
|
|
<viwe class="tian-view-t3"> |
|
|
|
<u-input class="tian-input" height="30" v-model="reswrongword" type="textarea" placeholder="请输入" /> |
|
|
|
<u-input :auto-height="false" :custom-style="customStyle" v-model="reswrongword" type="textarea" placeholder="请输入" /> |
|
|
|
</viwe> |
|
|
|
</view> |
|
|
|
</u-modal> |
|
|
@@ -205,6 +205,12 @@ |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
customStyle: { |
|
|
|
'width': '320rpx', |
|
|
|
'font-size': '34rpx', |
|
|
|
'height': '30rpx', |
|
|
|
'border-bottom': '1px solid #ccc' |
|
|
|
}, |
|
|
|
noClick: true, |
|
|
|
recordPath: "", |
|
|
|
customerId: "", |
|
|
@@ -1121,6 +1127,7 @@ |
|
|
|
|
|
|
|
.tian-input { |
|
|
|
width: 98%; |
|
|
|
height: 30rpx; |
|
|
|
font-size: 34rpx; |
|
|
|
border: none; |
|
|
|
} |
|
|
@@ -1734,4 +1741,5 @@ |
|
|
|
/deep/ .u-model-title { |
|
|
|
padding: 34rpx 0 16rpx !important; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |