king
2022-07-11 6904c9273f5c7c3607ac5a9155aa511253d49b35
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);
      }
    }
  }