소스 검색

修改检验检查样式

zhangxc 6 년 전
부모
커밋
468d3d9a2d
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/components/PushItems/index.less

+ 5 - 1
src/components/PushItems/index.less

@@ -153,6 +153,7 @@
               line-height: 14px;
               display: inline-block;
               margin: 6px;
+              cursor: pointer;
               input[type='checkbox']{
                 float: left;
                 width: 14px;
@@ -168,7 +169,10 @@
               input[type=checkbox]:checked{
                 background: url("../../common/images/checked.png")no-repeat center;
                 background-size: 12px 12px;
-             }
+              }
+              label {
+                cursor: pointer;
+              }
             }
           }
         }