king
2021-06-24 95afd40fc2741ac0ce59c2091f6cfce1f98877d4
src/templates/sharecomponent/searchcomponent/searchform/index.scss
@@ -1,16 +1,19 @@
.ant-advanced-search-form.commontable-search-form {
.model-search-edit-form {
  min-height: 180px;
  .ant-col-offset-4 {
    padding-left: 6px!important;
    padding-bottom: 20px;
  }
  // .ant-form-item {
  //   margin-bottom: 10px;
  // }
  .ant-form-item.text-area {
    margin-bottom: 0px;
    // margin-bottom: 0px;
    .ant-form-item-control-wrapper {
      width: 100%;
      width: 84%;
    }
    .ant-form-item-label {
      width: 16%;
    }
    .CodeMirror {
      height: 150px;
    }
  }
  .anticon-question-circle {
@@ -21,4 +24,20 @@
  .ant-input-number {
    width: 100%;
  }
  .ant-checkbox-group {
    .ant-checkbox-group-item {
      .ant-checkbox + span {
        padding-left: 4px;
        padding-right: 4px;
      }
    }
  }
  .color-form-item {
    .ant-form-item-control {
      height: 40px;
      .color-sketch-block {
        margin-top: 7px;
      }
    }
  }
}