@@ -176,4 +176,7 @@ const handleCustomEnter = (e) => {
overflow: hidden;
border-radius: 8px
}
+:deep(.v-slide-group__content) {
+ background: none !important;
+}
</style>