Fix
This commit is contained in:
+21
-1
@@ -74,6 +74,16 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="p-3" style="background-color: white">
|
||||
<div >
|
||||
<el-carousel :interval="400000" type="card" height="400px">
|
||||
<el-carousel-item v-for="item in 6" :key="item">
|
||||
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -114,7 +124,6 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
checkSerial() {
|
||||
// validation
|
||||
if (this.checkingSerial) {
|
||||
@@ -168,3 +177,14 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.el-carousel__item:nth-child(2n) {
|
||||
background-color: #99a9bf;
|
||||
}
|
||||
|
||||
.el-carousel__item:nth-child(2n + 1) {
|
||||
background-color: #d3dce6;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user