This commit is contained in:
2025-08-31 15:53:35 +08:00
parent 649f622eb6
commit b6dd6cb690
2 changed files with 34 additions and 11 deletions

View File

@@ -439,12 +439,17 @@ select {
}
.result-text {
color: #333;
line-height: 1.5;
max-height: 200px;
overflow-y: auto;
padding-right: 5px;
word-break: break-all;
/* 确保以下属性没有被设置为隐藏 */
display: block !important; /* 添加此行强制显示 */
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
overflow: visible !important;
/* 其他样式保持不变 */
margin: 10px 0;
padding: 10px;
line-height: 1.6;
color: #333;
}
/* 音频播放器样式 */