优化群聊弹窗样式,增加最大高度和滚动条支持 (#231)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Zkitefly 2025-07-21 16:00:48 +08:00 committed by GitHub
parent d781cfba22
commit 8c119ac17e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,9 @@ document.addEventListener('DOMContentLoaded', function() {
border-radius: 8px;
max-width: 500px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
position: relative;
`;
let timeLeft = 30 ; // 倒计时秒数