Merge branch 'dev-0120' of http://25.13.9.101:9000/K17_AITS/tra-app into dev-0120

This commit is contained in:
田岩
2026-01-13 17:26:12 +08:00
+1 -1
View File
@@ -60,7 +60,7 @@
</view>
<view class="voice-input-box">
<uv-textarea ref="inputRef" v-model="answerValue" :maxlength="props.textValueLength" v-show="!transLoading"
@click.stop customStyle="background: #ffffff00; padding-bottom: 50rpx;" height="200rpx"
@click.stop customStyle="background: #ffffff00; padding-bottom: 50rpx; color: #fff; caret-color: #fff" height="200rpx"
text-style="color: #fff"
placeholderStyle="color:#999999;font-size:26rpx;border-color: #ffffff00 !important;"
placeholder=""></uv-textarea>