king
2023-02-16 fc55bf4131e3056a84ac7bae16540a4e714214b8
src/menu/datasource/verifycard/index.scss
@@ -14,9 +14,9 @@
      cursor: pointer;
      z-index: 1;
      top: 19px;
      right: -210px;
      right: -50px;
      color: rgb(24, 144, 255);
      display: none;
      display: inline-block;
      opacity: 0.4;
      transition: opacity 0.2s;
    }
@@ -25,9 +25,9 @@
      cursor: pointer;
      z-index: 1;
      top: 19px;
      right: -319px;
      right: -50px;
      color: rgb(24, 144, 255);
      display: none;
      display: inline-block;
      opacity: 0.4;
      transition: opacity 0.2s;
    }
@@ -36,19 +36,14 @@
      cursor: pointer;
      z-index: 1;
      top: 19px;
      right: -355px;
      right: -90px;
      color:purple;
      display: none;
      display: inline-block;
      opacity: 0.4;
      transition: opacity 0.2s;
    }
    .mk-copy-fields:hover, .mk-copy-datasource:hover, .mk-paste-datasource:hover {
      opacity: 1;
    }
    .ant-tabs-tab-active {
      .mk-copy-fields, .mk-copy-datasource, .mk-paste-datasource {
        display: inline-block;
      }
    }
    .count-tip {
      position: absolute;