Authored by 鲁尚清

【#831】 详情页展示停机计划状态-跑马灯更换背景图片 #1

@@ -3364,9 +3364,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele @@ -3364,9 +3364,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
3364 <div carousel-item>`; 3364 <div carousel-item>`;
3365 let boxShadow='0 0 10px'; 3365 let boxShadow='0 0 10px';
3366 listData.map((item,index)=>{ 3366 listData.map((item,index)=>{
3367 - if((index+1)%2==0){  
3368 - // boxShadow='10px 10px 10px';  
3369 - }  
3370 carouselStr+=` <div class="layui-row layui-col-space10" style="background: transparent;position: relative;" > 3367 carouselStr+=` <div class="layui-row layui-col-space10" style="background: transparent;position: relative;" >
3371 <span style="font-size: 14px;color:#ff0000;padding:0 5px; height:30px;width:100%;position: absolute;top:0;left:0;right:0;">`+item+`</span> 3368 <span style="font-size: 14px;color:#ff0000;padding:0 5px; height:30px;width:100%;position: absolute;top:0;left:0;right:0;">`+item+`</span>
3372 </div>`; 3369 </div>`;