修改部分bug和调整布局
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user