styles.less 705 Bytes
@import '~@qx/ui/src/style/variable.less';

.qx-form-select {
  width: 100%;
  border-radius: 4px;

  &__dropdown-bottom {
    width: calc(100% - 20px) !important;
    height: 50px !important;
    text-align: left !important;
    background-color: #fff !important;
    border-top: 1px solid @N4 !important;
  }
  .qx-input-select-dropdown__list {
    max-height: 160px;
    min-height: unset;
    height: unset !important;
    .ant-dropdown-menu {
      box-shadow: none;
    }
    .qx-input-select-dropdown__list-empty {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      overflow: hidden;
      height: 100px;
      margin: 0;
    }
  }
}