king
2024-03-03 67036fb0ed31d77ca33b660ce5f9f47c29ae65c0
src/menu/components/search/main-search/index.scss
@@ -84,11 +84,35 @@
      width: 100%;
    }
  }
  label[title=" "]::after, label[title="  "]::after {
    display: none;
  }
  .page-card.advanced {
    .ant-form-item-label label {
      color: orange;
    }
  }
  .page-card.range {
    .ant-form-item-control-wrapper {
      .ant-form-item-control {
        .ant-form-item-children {
          display: flex;
          line-height: 40px;
          .ant-input:first-child {
            margin-right: 5px;
          }
          .ant-input:last-child {
            margin-left: 5px;
          }
        }
      }
    }
  }
  .page-card.no-query {
    .ant-form-explain {
      color: #13c2c2;
    }
  }
  .mk-search-item-wrap.action {
    .ant-form-item {
      white-space: nowrap;