|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="w-[116.94vh] h-[39.62vh] bgTopRightBox bg-contain bg-center bg-no-repeat p-[2.96vh] box-border" v-loading="isLoading">
|
|
|
|
|
<el-carousel direction="vertical" :autoplay="false" :interval="5000" indicatorPosition="none">
|
|
|
|
|
<el-carousel direction="vertical" :autoplay="true" :interval="5000" indicatorPosition="none">
|
|
|
|
|
<el-carousel-item v-for="item in opList" :key="item['roomCode']">
|
|
|
|
|
<section>
|
|
|
|
|
<template v-for="(subItem, index) in item">
|
|
|
|
|
|