update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<swiper
|
||||
<swiper class="width"
|
||||
:modules="modules"
|
||||
:slides-per-view="1"
|
||||
:space-between="0"
|
||||
@@ -82,4 +82,12 @@
|
||||
})
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
<style>
|
||||
.width {
|
||||
width: 400px;
|
||||
display: flex;
|
||||
justify-items: flex-end;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user