king
2025-02-06 d1cd5af5adb53e91efdd278328e1b6f8ad834fb5
src/templates/zshare/editTable/index.scss
@@ -125,6 +125,31 @@
    font-size: 18px;
    color: #26C281;
  }
  .footer-copy-control {
    text-align: right;
    margin: 10px;
    display: block;
    .anticon-copy {
      margin-right: 15px;
      color: #26C281;
    }
    .anticon-snippets {
      color: purple;
    }
  }
  .ant-typography-copy:not(.ant-typography-copy-success) {
    opacity: 0;
    transition: opacity 0.2s;
  }
  tr:hover {
    .ant-typography-copy:not(.ant-typography-copy-success) {
      opacity: 0.7;
    }
    .ant-typography-copy:hover {
      opacity: 1;
    }
  }
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-info.sql-example {