From a51a787a5ecb7d249dba434be74160c85516c555 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 05 八月 2020 10:25:12 +0800 Subject: [PATCH] minDock高亮显示 --- src/pages/cameraAccess/components/LinkageRule.vue | 23 +---------------------- 1 files changed, 1 insertions(+), 22 deletions(-) diff --git a/src/pages/cameraAccess/components/LinkageRule.vue b/src/pages/cameraAccess/components/LinkageRule.vue index 2d5e609..f34535c 100644 --- a/src/pages/cameraAccess/components/LinkageRule.vue +++ b/src/pages/cameraAccess/components/LinkageRule.vue @@ -4,28 +4,7 @@ <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> @@ -583,7 +562,7 @@ </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; -- Gitblit v1.8.0