king
2021-05-08 6afdec0062dacbded57e166230eb22cc55ced0c1
src/templates/sharecomponent/searchcomponent/index.scss
@@ -1,6 +1,7 @@
.model-table-search-list {
  padding: 1px 24px 20px;
  min-height: 87px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  .anticon-question-circle {
@@ -8,6 +9,12 @@
    position: relative;
    left: -15px;
    top: 5px;
  }
  >.ant-switch {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 10px;
  }
  > .ant-row {
    min-height: 65px;
@@ -23,6 +30,7 @@
    background: #ffffff;
    border-radius: 2px;
    padding-bottom: 15px;
    height: 55px;
    .ant-form-item {
      margin-bottom: 0px;
      .ant-form-item-control-wrapper {