king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/menu/datasource/verifycard/customscript/index.scss
@@ -1,34 +1,45 @@
.modal-menu-setting-script {
  .sqlfield {
    .ant-form-item {
      margin-bottom: 5px;
    }
.modal-source-setting-script {
  .ant-form-item {
    display: flex;
    margin-bottom: 5px;
  }
  .ant-form-item-label {
    width: 110px;
    min-width: 110px;
  }
  .field-able {
    .ant-form-item-control {
      line-height: 24px;
    }
    .ant-form-item-label {
      line-height: 25px;
    }
    .ant-form-item-children {
      line-height: 22px;
    }
    .ant-col-sm-8 {
      width: 10.5%;
    }
    .ant-col-sm-16 {
      width: 89.5%;
      padding-top: 7px;
    }
  }
  .sql {
    .ant-col-sm-8 {
      width: 10.5%;
    }
    .ant-col-sm-16 {
      width: 89.5%;
      padding-top: 4px;
    }
    .CodeMirror {
      height: 350px;
    }
  .ant-form-item-control-wrapper {
    flex: auto;
    max-width: calc(100% - 110px);
  }
  .CodeMirror {
    height: 350px;
  }
  .error-val {
    display: inline-block;
    margin-right: 5px;
    color: #1890ff;
    cursor: pointer;
  }
}
.adm-mask {
  z-index: 2000!important;
}
.adm-dialog {
  z-index: 2000!important;
  .adm-center-popup-body {
    background-color: #ffffff;
  }
  .adm-center-popup-wrap {
    z-index: 2000;
  }
  .adm-button {
    color: #1890ff;
    border-top: 1px solid #e9e9e9;
  }
}