This commit is contained in:
wxd
2024-10-06 14:15:10 +08:00
parent fb81e9d2f5
commit 3310d1a379
6 changed files with 18 additions and 9 deletions

View File

@@ -188,11 +188,13 @@ export default defineComponent({
}
.eventsDetail_content_left{
width: 40%;
max-height: 60rem;
@media (max-width: 768px) {
width: 100%;
}
.ant-image{
height: auto;
// height: auto;
height: 100%;
}
.eventsDetail_content_left_img{
width: 100%;

View File

@@ -40,6 +40,8 @@
.fullScreenImg{
width: 100%;
cursor: zoom-in;
height: 100%;
object-fit: contain;
&.active{
}