search.less 594 Bytes
Newer Older
田翔's avatar
田翔 committed
1
.controlRow {
2
  width: 100%;
3
  height: 40px;
4
  display: flex;
田翔's avatar
田翔 committed
5 6 7 8 9
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  .controlRowRight {
    max-width: 30%;
10
    display: flex;
田翔's avatar
田翔 committed
11 12
    align-items: flex-end;
    .controlBtns {
13
      display: flex;
田翔's avatar
田翔 committed
14 15 16 17
      justify-content: flex-end;
    }
    :global {
      .panda-civ-water-dropdown-button {
18 19 20 21 22
        display: flex;
        justify-content: flex-end;
      }
    }
  }
田翔's avatar
田翔 committed
23 24 25 26 27
  .noMarginBottom {
    margin-bottom: 0;
    :global {
      .panda-civ-water-form-item-control-input-content {
        display: flex;
28 29 30 31
      }
    }
  }
}