king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/tabviews/zshare/cardcomponent/index.scss
@@ -88,21 +88,17 @@
      right: 0;
      bottom: 0;
      div {
      .ant-btn {
        border: 0;
        width: 100%;
        height: 100%;
        .ant-btn {
          border: 0;
          width: 100%;
          height: 100%;
          color: #d9d9d9;
          transition: color 0.3s linear;
        }
        color: #d9d9d9;
        transition: color 0.3s linear;
      }
    }
    .mk-card-insert:hover {
      .ant-btn {
        color: #1890ff;
        color: var(--mk-sys-color);
      }
    }
  }