'commit'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* 音频播放器样式 */
|
||||
|
Reference in New Issue
Block a user