king
2020-06-16 686bb0f74bc8872b9a363f448186e3bbca12345e
src/tabviews/zshare/cardcomponent/index.scss
@@ -27,7 +27,7 @@
    .ant-card.chart-card {
      .ant-card-head {
        .ant-card-extra {
          display: block;
          opacity: 1;
        }
      }
    }
@@ -83,18 +83,47 @@
    }
  }
  .ant-card.chart-card.insert {
    .ant-card-head {
      border-color: transparent;
    }
    .ant-card-actions {
      border-color: transparent;
      background: transparent;
    }
    .mk-card-insert {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      .mk-btn-wrap {
        width: 100%;
        height: 100%;
        .ant-btn {
          border: 0;
          width: 100%;
          height: 100%;
          color: rgb(38, 194, 129);
        }
      }
    }
  }
  .ant-card.chart-card {
    transition: all 0.3s;
    .ant-card-head {
      min-height: 40px;
      min-height: 45px;
      line-height: 2;
      .ant-card-head-title {
        font-weight: 500;
      }
      .ant-card-extra {
        padding: 0px;
        display: none;
        opacity: 0;
        transition: opacity 0.3s;
      }
    }
    .ant-card-actions {