浏览代码

修改检验检查样式

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;
+              }
             }
           }
         }