fix: center image on product view
This commit is contained in:
@@ -346,3 +346,11 @@ onMounted(async () => {
|
||||
window.addEventListener('popstate', onPopState);
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.swiper-slide {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user