修改部分bug和调整布局

This commit is contained in:
X1627315083
2024-10-08 17:03:22 +08:00
parent d2d3cf856d
commit 982bbee122
27 changed files with 351 additions and 327 deletions

View File

@@ -1347,7 +1347,7 @@ export default defineComponent({
padding: 0 1.8rem 0 1.2rem;
background: rgba(255, 255, 255, 0.2);
height: calc(50% - 4.5rem);
min-height: 280px;
// min-height: 280px;
.right_content_img_block {
// overflow-y: auto;
@@ -1404,7 +1404,8 @@ export default defineComponent({
margin-right: 1rem;
// margin-bottom: 1rem;
min-width: 127px;
min-height: 271px;
// min-height: 271px;
max-height: 100%;
display: inline-block;
position: relative;
@@ -1430,6 +1431,7 @@ export default defineComponent({
.content_img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.icon_like {