Selaa lähdekoodia

Merge branch 'ChronicMag' of http://192.168.2.236:10080/zhouna/newICSS into ChronicMag

zhangxc 6 vuotta sitten
vanhempi
commit
888c369611

+ 6 - 8
src/components/AddAssistCheck/index.less

@@ -65,15 +65,14 @@
             } */
             .closeIcon{
               display: inline-block;
-              width: 25px;
-              height: 25px;
+              width: 15px;
+              height: 15px;
               cursor: pointer;
               position: absolute;
-              right: -3px;
-              top: -2px;
+              right: 2px;
+              top: 2px;
               background: @closeIcon;
-              background-size: 60% 60%;
-              background-position: center;
+              background-size: 100% 100%;
             }
             p{
                 display: inline-block;
@@ -102,8 +101,7 @@
       background:#F2F2F2;
       .closeIcon{
         background: @closeHor;
-        background-size: 60% 60%;
-        background-position: center;
+        background-size: 100% 100%;
       }
     }
 }

+ 6 - 8
src/components/AddInspect/SlideSelect/index.less

@@ -25,18 +25,17 @@
         vertical-align: top;
     } 
     .partDel {
-        width: 25px;
-        height: 25px;
+        width: 15px;
+        height: 15px;
         margin-bottom: 11px;
         cursor: pointer;
         display: inline-block;
         position: absolute;
-        right: -3px;
-        top: 9px;
+        right: 2px;
+        top: 13px;
         // background-color: #fff;
         background: @closeIcon;
-        background-size: 60% 60%;
-        background-position: center;
+        background-size: 100% 100%;
     }
 }
 .slideLi:hover{
@@ -44,8 +43,7 @@
     border-radius: 4px;
        .partDel{
         background: @closeHor;
-        background-size: 60% 60%;
-        background-position: center;
+        background-size: 100% 100%;
       } 
 }
 .staticTagActive {

+ 2 - 2
src/components/AddInspect/index.less

@@ -179,8 +179,8 @@
         width: 15px;
         height: 15px;
         position: absolute;
-        top: -10px;
-        right: -6px;
+        top: -5px;
+        right: -5px;
         z-index: 30;
         border-radius: 50%;
         background: @closeIcon;