/**Variable**/

/*checkbox*/
.vxe-checkbox {

  :before,:after {//"vxe-" 有重置
    box-sizing: content-box;
  }

}
.vxe-checkbox-header{
  display: none;
}
/*索引选择*/
.vxe-body--row {
  //.is--hidden
  //.vxe-index-selection
  //display: none

  .vxe-index-selection.is--selection {
    display: none !important;
  }
  &:hover .vxe-index-selection {
    &.is--index {
      display: none !important;
    }
    &.is--selection {
      display: block !important;
    }
  }




}