@@ -256,4 +256,7 @@ const carouselList = ref([
background-color: #fff;
// overflow-x: auto;
}
+:deep(.v-window) {
+ height: 392px !important;
+}
</style>