.func-queys {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px;
  .inputWrap {
    position: relative;
    .setIcon {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%);
      cursor: pointer;
    }
  }
  .prompt {
    padding: 20px;
    border: 1px solid #b8741a;
    background: #faf9da;
    color: #b8741a;
    .title {
      color: #36761f;
    }
    .p {
      margin: 0;
      line-height: 1.4;
    }
  }
  .table {
    margin: 20px 0;
  }
  .sqlClcik {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    color: #2a6fd0;
    font-size: 16px;
    font-weight: bold;
    .span {
      cursor: pointer;
      .fal {
        margin: 0 10px 0 0;
      }
    }
    .up {
      margin: 0 20px 0 0;
    }
  }
  .textarea {
    height: 100px;
  }
  .codeFormat {
    display: flex;
    margin: 20px 0;
    color: #2a6fd0;
    font-size: 14px;
    .span {
      margin: 0 10px 0 0;
      cursor: pointer;
    }
  }
}