king
2021-06-24 95afd40fc2741ac0ce59c2091f6cfce1f98877d4
src/menu/components/search/main-search/index.scss
@@ -4,6 +4,9 @@
  background: #ffffff;
  padding-bottom: 15px;
  .ant-form-item-control {
    line-height: 1.5;
  }
  >.ant-switch {
    position: absolute;
    z-index: 3;
@@ -24,6 +27,13 @@
    min-height: 65px;
    > .ant-col {
      padding: 0 12px!important;
    }
  }
  >.ant-row:not(.ant-form-item) {
    > .ant-col {
      display: inline-block;
      float: none;
      vertical-align: top;
    }
  }
  .ant-row.ant-form-item .ant-col {
@@ -80,6 +90,9 @@
    min-width: 100px!important;
    width: 100%;
  }
  .check-card-edit-box {
    margin-top: 5px!important;
  }
}
.main-search-edit-list.right {
  >.ant-row {