king
2022-03-01 3bb266595fbfa9af6b97405737496ed61c6b7c55
src/templates/sharecomponent/searchcomponent/searchform/index.scss
@@ -16,14 +16,6 @@
      height: 150px;
    }
  }
  .anticon-question-circle {
    color: #c49f47;
    position: relative;
    left: -3px;
  }
  .ant-input-number {
    width: 100%;
  }
  .ant-checkbox-group {
    .ant-checkbox-group-item {
      .ant-checkbox + span {
@@ -40,4 +32,16 @@
      }
    }
  }
  .ant-form-extra {
    padding-top: 0px;
    min-height: 0px;
  }
  .add-row-empty {
    position: absolute;
    right: 10px;
    top: -25px;
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
  }
}