| | |
| | | <p style="text-align:left;margin-bottom: 14px;"> |
| | | <b style="font-size: 14px;line-height: 18px;">已选算法</b> |
| | | </p> |
| | | <!-- <swiper :options="swiperTaskOption" class="swiper-box-container swiper-no-swiping"> |
| | | <span class="task-tip" v-show="tableRuleList.length == 0 ">暂无算法,请在独立规则中选择算法</span> |
| | | <swiper-slide v-for="(item, index) in tableRuleList" :key="index"> |
| | | <div class="item-card"> |
| | | <p style="text-align: right; width:100%; height:25px"></p> |
| | | <p style="color: #0066EB;padding-top: 20px;'"> |
| | | <b>{{ item.scene_name }}</b> |
| | | </p> |
| | | </div> |
| | | </swiper-slide> |
| | | </swiper> |
| | | |
| | | <div class="pre-border" v-show="tableRuleList.length > 4 "> |
| | | <div class="icon-btn" slot="button-prev"> |
| | | <i class="iconfont iconzuo"></i> |
| | | </div> |
| | | </div> |
| | | <div class="next-border" v-show="tableRuleList.length > 4 "> |
| | | <div class="icon-btn" slot="button-next"> |
| | | <i class="iconfont iconyou1"></i> |
| | | </div> |
| | | </div>--> |
| | | <div> |
| | | <div class="slide-scene"> |
| | | <span class="task-tip" v-if="tableRuleList.length == 0 ">暂无算法,请在独立规则中选择算法</span> |
| | |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | .el-loading-spinner { |
| | | background: url("../../../assets/gif/loading.gif") no-repeat; |
| | | background: url("/images/cameraAccess/loading.gif") no-repeat; |
| | | top: 50%; |
| | | margin-top: -21px; |
| | | width: calc(100% - 260px) !important; |