king
2020-12-17 a4ef35bb323b5f8300f15a4eb604d61ff39a194a
src/tabviews/custom/components/card/data-card/index.scss
@@ -18,6 +18,26 @@
    display: flex;
    position: relative;
  }
  .data-zoom.radio, .data-zoom.checkbox {
    .card-row-list {
      >.ant-col:not(.active):not(.selected):hover {
        >.card-item-box {
          border-color: #69c0ff!important;
          box-shadow: 0 0 4px #69c0ff!important;
        }
      }
    }
  }
  .data-zoom.true {
    .card-row-list {
      >.ant-col:hover {
        >.card-item-box {
          z-index: 1;
          transform: scale(1.1);
        }
      }
    }
  }
  .prev-page {
    width: 20px;
    div {
@@ -50,16 +70,17 @@
    flex: 10;
    .card-item-box {
      position: relative;
      background-color: #ffffff;
      transition: all 0.3s;
    }
    >.active >.card-item-box {
      border-color: #1890ff!important;
      box-shadow: 0 0 3px #1890ff;
      box-shadow: 0 0 4px #1890ff;
    }
    >.selected >.card-item-box {
      border-color: #69c0ff!important;
      box-shadow: 0 0 1px #69c0ff;
      box-shadow: 0 0 4px #69c0ff;
    }
  }
  .card-item-box {