优化图片显示

This commit is contained in:
2020-09-07 20:19:03 +08:00
parent a2888e2f37
commit 601a444da2
3 changed files with 16 additions and 12 deletions

View File

@@ -193,17 +193,6 @@
overflow-x: auto;
}
.box-content img {
max-width: 100%;
max-height: 2000px;
display: block;
margin: 0 auto;
}
.left-container .box-content img {
max-height: 500px;
}
.left-container .box-content {
max-height: calc(100vh + 15em);
overflow-y: hidden;