This commit is contained in:
chenyan 2021-12-27 15:15:02 +08:00
parent 2e6c0cd997
commit 6fe3c4cf4a
1 changed files with 9 additions and 1 deletions

View File

@ -168,7 +168,15 @@ description: websocket 在线联调、测试工具。手动发送、接收 webso
if (localStorage.shyFooter == 'true') {
$('.more-quick-msg').show()
}
$('.quick-msg-textarea').css('min-height', (($('.quick-msg-form').height() - 45) / 3) - 5)
$(window).ready(function() {
$('.quick-msg-textarea').css('min-height', (($('.quick-msg-form').height() - 45) / 3) - 5)
})
$(window).ready(function() {
console.log(1)
})
$(window).ready(function() {
console.log(2)
})
</script>
<script>