king
2024-05-21 8a6ce370f1aa1c061b76fa3e9d2d4d1df53ca4c5
src/templates/sharecomponent/searchcomponent/searchform/index.scss
@@ -1,24 +1,54 @@
.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 {
    color: #c49f47;
    position: relative;
    left: -3px;
  .ant-checkbox-group {
    .ant-checkbox-group-item {
      .ant-checkbox + span {
        padding-left: 4px;
        padding-right: 4px;
      }
    }
  }
  .ant-input-number {
    width: 100%;
  .color-form-item {
    margin-bottom: 24px;
    .ant-form-item-control {
      height: 40px;
      .color-sketch-block {
        margin-top: 7px;
      }
    }
  }
  .ant-form-extra {
    padding-top: 0px;
    min-height: 0px;
  }
  .add-resource-empty {
    position: absolute;
    right: 10px;
    top: -22px;
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
  }
  .resource-public-var {
    position: absolute;
    left: 0px;
    top: -22px;
    font-size: 14px;
  }
}