@import '../../../global/theme.less';

.container {
  display: flex;
}

.hasSuffix {
  width: auto !important;
  flex: 1;
  :global {
    .@{ant-prefix}-select-selector {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
  }
}

.settingView {
  width: 32px;
  height: 32px;
  border: 1px solid @border-color-base;
  border-top-right-radius: @border-radius-base;
  border-bottom-right-radius: @border-radius-base;
  border-left: 0;
}
