diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index 6758f31..2fdaae6 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -27,8 +27,9 @@ bigPicPath.indexOf('videos') == -1 " class="showPic" + @click="closePic" > -
+
@@ -402,10 +403,11 @@ export default { top: 0; z-index: 9999; display: flex; + cursor: pointer; .picboxI { position: relative; - max-width: 1366px; - max-height: 768px; + max-width: 1280px; + max-height: 720px; margin: auto; animation-name: scaleDraw; /*关键帧名称*/