king
2021-07-28 137fb8ea6af2789b3238b22bac31d80bced41dfe
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;
@@ -68,4 +75,7 @@
    min-width: 100px!important;
    width: 100%;
  }
  .check-card-edit-box {
    margin-top: 5px!important;
  }
}