king
2025-02-12 c8c8bdf0c362ca76253d8e0cbb0dbaa13efad4a3
src/menu/debug/index.scss
@@ -1,9 +1,50 @@
.replace-field-modal {
  .ant-modal {
    top: 70px;
  }
.debug-modal {
  .ant-modal-body {
    min-height: 150px;
    padding-top: 40px;
    position: relative;
    padding: 0 0 50px 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.85);
    .mk-sql-wrap {
      max-height: calc(100vh - 150px);
      min-height: 50vh;
      padding: 15px 20px;
      .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
        padding: 12px;
      }
      .anticon {
        font-size: 16px;
      }
      .anticon-clock-circle {
        color: #c8c8c8;
      }
      .anticon-check-circle {
        color: #26C281;
      }
      .anticon-close-circle {
        color: red;
      }
      .anticon-loading {
        color: orange;
      }
      .anticon-deepseek {
        cursor: pointer;
        color: #4D6BFE;
      }
    }
  }
  .mk-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e8e8e8;
    text-align: right;
    padding-right: 20px;
    .ant-btn:not(:first-child) {
      margin-left: 15px;
    }
  }
}