From cd5739152e5f536ba666a9b8a5568d30b2092287 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 10 九月 2020 16:32:05 +0800
Subject: [PATCH] 场景swipe预置文字提示,场景图标尺寸修改

---
 src/pages/cameraAccess/components/SeparateRules.vue |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/pages/cameraAccess/components/SeparateRules.vue b/src/pages/cameraAccess/components/SeparateRules.vue
index cd82320..d372181 100644
--- a/src/pages/cameraAccess/components/SeparateRules.vue
+++ b/src/pages/cameraAccess/components/SeparateRules.vue
@@ -534,8 +534,6 @@
       position: initial;
       min-width: 472px;
       width: 86%;
-
-      // height: 124px;
     }
     .swiper-slide {
       position: relative;
@@ -574,10 +572,6 @@
           backdrop-filter: blur(1px) brightness(100%);
           display: none;
         }
-
-        // @media screen and(max-width: 1280px) {
-        //   max-width: 110px;
-        // }
         @media screen and(max-width: 1440px) {
           max-width: 110px;
         }
@@ -798,13 +792,6 @@
     color: #3d68e1;
     margin-left: 10px;
     font-size: 14px;
-  }
-  .task-tip {
-    font-family: PingFangSC-Regular;
-    font-size: 12px;
-    color: #cccccc;
-    margin-top: 10%;
-    margin-left: 38%;
   }
 
   .marker {

--
Gitblit v1.8.0