This commit is contained in:
chenyan 2021-12-27 15:27:55 +08:00
parent 0f0a20cf9c
commit 61e5ec2c91
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ description: websocket 在线联调、测试工具。手动发送、接收 webso
<div class="uk-form quick-msg-form"
style="
margin-top: 15px;
min-height: calc(100% - 240px - 15px)">
height: calc(100% - 240px - 15px)">
<div class="uk-form-row" >
<textarea class="uk-width-1-1 quick-msg-textarea" type="text" v-model="myMsg1"
style="min-height: 70px;" onkeydown="onkeydown_tab(this)"