zhangxc 6 лет назад
Родитель
Сommit
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;
+              }
             }
           }
         }