表格显示滚动条

This commit is contained in:
2026-04-03 17:24:14 +08:00
parent 41c67c04ff
commit d361a7fc64

View File

@@ -92,6 +92,9 @@ margin-left: calc((100% - 190px - 65px)/2) !important;
.MaxPicture,.table_Box { .MaxPicture,.table_Box {
scroll-margin-top: 100px; scroll-margin-top: 100px;
} }
.thumbnailTableBox {
overflow-x: auto;
}
` `
document.head.appendChild(style); document.head.appendChild(style);