提交
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user