king
2025-05-08 b6c698c8833836971184a0a9c2645a15f8174d37
src/tabviews/zshare/topSearch/index.scss
@@ -9,6 +9,7 @@
  }
  .ant-checkbox-wrapper {
    color: rgba(0, 0, 0, 0.85);
    white-space: nowrap;
  }
  .ant-form-item {
    display: flex;
@@ -35,6 +36,9 @@
  .ant-select-dropdown {
    z-index: 10 !important;
  }
  .ant-radio-group {
    white-space: nowrap;
  }
  .ant-calendar-picker-container {
    z-index: 10 !important;
  }
@@ -51,7 +55,7 @@
  }
  .search-button {
    min-height: 55px;
    .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{
    .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active {
      border-color: transparent;
      span {
        position: relative;
@@ -128,6 +132,39 @@
    text-align: right;
  }
}
.mk-search-wrap.mk-order-small {
  .ant-form-item, .search-button {
    min-height: 45px;
  }
}
.mk-search-wrap.mk-order-updown {
  .mk-search-col {
    .ant-form-item {
      display: block;
      min-height: auto;
      margin-bottom: 15px;
      .ant-form-item-label {
        display: block;
        width: 100% !important;
        text-align: left;
        float: none;
        line-height: 2;
        height: 24px;
      }
      .ant-form-item-control-wrapper {
        display: block;
        width: 100% !important;
        float: none;
      }
    }
  }
  .mk-search-col:last-child {
    .ant-form-item {
      margin-bottom: 20px;
    }
  }
}
.mk-search-drawer {
  .ant-drawer-wrapper-body {
    position: relative;