This commit is contained in:
2026-04-22 14:09:33 +08:00
parent 7b0d387af1
commit 99a75c52f5
4 changed files with 329 additions and 3 deletions

View File

@@ -95,6 +95,12 @@ margin-left: calc((100% - 190px - 65px)/2) !important;
.thumbnailTableBox {
overflow-x: auto;
}
.zuo_zhe_info.show {
max-height: 1000px; /* 根据实际内容调整 */
opacity: 1;
margin-top:10px;
}
`
document.head.appendChild(style);
@@ -1864,6 +1870,7 @@ async function initContentHtml(content, arr, refers, html_type, ArticleData) {
await initArticleHtml(arr, refers, html_type, { OriginalDataStr: OriginalDataStr, pdfStr: pdfStr, trackStr: trackStr, mhooStr: mhooStr })
await initRelatedArticles(ArticleData.a_ID)
await initTopics(ArticleData.a_ID)