king
2020-05-09 aaaf56d7ca060f7c681d6b8a67aac46aa89a4dbc
src/tabviews/zshare/dategroup/index.scss
@@ -44,6 +44,9 @@
    margin-right: 2px;
    padding: 2px 7px;
  }
  .ant-tag-checkable:active {
    background-color: #ffffff;
  }
  .ant-tag-checkable-checked {
    border-color: #1890ff;
  }
@@ -52,13 +55,27 @@
    line-height: 20px;
    font-size: 12px;
    bottom: -15px;
    color: rgba(0, 0, 0, 0.45);
    padding-right: 25px;
    .ant-calendar-picker-clear {
      cursor: pointer;
      right: 5px;
      pointer-events: unset;
    }
  }
  .table-search-date-group-value:hover {
    .ant-calendar-picker-clear {
      opacity: 0.8;
    }
  }
  .ant-form-explain {
    color: #f5222d;
    position: absolute;
    bottom: -18px;
  }
}
// .group-week-picker {
//   .ant-calendar {
//     margin-top: -15px;
//   }
// }
@media screen and (min-width: 1600px) {
  .table-search-date-group {
    .ant-tag-checkable {