123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816 |
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
- /* stylelint-disable no-duplicate-selectors */
- .ant-select-single .ant-select-selector {
- display: flex;
- }
- .ant-select-single .ant-select-selector .ant-select-selection-search {
- position: absolute;
- top: 0;
- right: 11px;
- bottom: 0;
- left: 11px;
- }
- .ant-select-single .ant-select-selector .ant-select-selection-search-input {
- width: 100%;
- }
- .ant-select-single .ant-select-selector .ant-select-selection-item,
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
- padding: 0;
- line-height: 30px;
- transition: all 0.3s, visibility 0s;
- }
- .ant-select-single .ant-select-selector .ant-select-selection-item {
- position: relative;
- user-select: none;
- }
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
- transition: none;
- pointer-events: none;
- }
- .ant-select-single .ant-select-selector::after,
- .ant-select-single .ant-select-selector .ant-select-selection-item::after,
- .ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
- display: inline-block;
- width: 0;
- visibility: hidden;
- content: '\a0';
- }
- .ant-select-single.ant-select-show-arrow .ant-select-selection-search {
- right: 25px;
- }
- .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
- .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
- padding-right: 18px;
- }
- .ant-select-single.ant-select-open .ant-select-selection-item {
- color: #bfbfbf;
- }
- .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
- width: 100%;
- height: 32px;
- padding: 0 11px;
- }
- .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
- height: 30px;
- }
- .ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
- line-height: 30px;
- }
- .ant-select-single.ant-select-customize-input .ant-select-selector::after {
- display: none;
- }
- .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
- position: static;
- width: 100%;
- }
- .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
- position: absolute;
- right: 0;
- left: 0;
- padding: 0 11px;
- }
- .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
- display: none;
- }
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
- height: 40px;
- }
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
- line-height: 38px;
- }
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
- height: 38px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
- height: 24px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
- line-height: 22px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
- height: 22px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
- right: 7px;
- left: 7px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
- padding: 0 7px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
- right: 28px;
- }
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
- .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
- padding-right: 21px;
- }
- .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
- padding: 0 11px;
- }
- /**
- * Do not merge `height` & `line-height` under style with `selection` & `search`,
- * since chrome may update to redesign with its align logic.
- */
- .ant-select-selection-overflow {
- position: relative;
- display: flex;
- flex: auto;
- flex-wrap: wrap;
- max-width: 100%;
- }
- .ant-select-selection-overflow-item {
- flex: none;
- align-self: center;
- max-width: 100%;
- }
- .ant-select-multiple .ant-select-selector {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- padding: 1px 4px;
- }
- .ant-select-show-search.ant-select-multiple .ant-select-selector {
- cursor: text;
- }
- .ant-select-disabled.ant-select-multiple .ant-select-selector {
- background: #f5f5f5;
- cursor: not-allowed;
- }
- .ant-select-multiple .ant-select-selector::after {
- display: inline-block;
- width: 0;
- margin: 2px 0;
- line-height: 24px;
- visibility: hidden;
- content: '\a0';
- }
- .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
- .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
- padding-right: 24px;
- }
- .ant-select-multiple .ant-select-selection-item {
- position: relative;
- display: flex;
- flex: none;
- box-sizing: border-box;
- max-width: 100%;
- height: 24px;
- margin-top: 2px;
- margin-bottom: 2px;
- line-height: 22px;
- background: #f5f5f5;
- border: 1px solid #f0f0f0;
- border-radius: 2px;
- cursor: default;
- transition: font-size 0.3s, line-height 0.3s, height 0.3s;
- user-select: none;
- margin-inline-end: 4px;
- padding-inline-start: 8px;
- padding-inline-end: 4px;
- }
- .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
- color: #bfbfbf;
- border-color: #d9d9d9;
- cursor: not-allowed;
- }
- .ant-select-multiple .ant-select-selection-item-content {
- display: inline-block;
- margin-right: 4px;
- overflow: hidden;
- white-space: pre;
- text-overflow: ellipsis;
- }
- .ant-select-multiple .ant-select-selection-item-remove {
- color: inherit;
- font-style: normal;
- line-height: 0;
- text-align: center;
- text-transform: none;
- vertical-align: -0.125em;
- text-rendering: optimizelegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- display: inline-flex;
- align-items: center;
- color: rgba(0, 0, 0, 0.45);
- font-weight: bold;
- font-size: 10px;
- line-height: inherit;
- cursor: pointer;
- }
- .ant-select-multiple .ant-select-selection-item-remove > * {
- line-height: 1;
- }
- .ant-select-multiple .ant-select-selection-item-remove svg {
- display: inline-block;
- }
- .ant-select-multiple .ant-select-selection-item-remove::before {
- display: none;
- }
- .ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
- display: block;
- }
- .ant-select-multiple .ant-select-selection-item-remove > .anticon {
- vertical-align: middle;
- }
- .ant-select-multiple .ant-select-selection-item-remove:hover {
- color: rgba(0, 0, 0, 0.75);
- }
- .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
- margin-inline-start: 0;
- }
- .ant-select-multiple .ant-select-selection-search {
- position: relative;
- max-width: 100%;
- margin-inline-start: 7px;
- }
- .ant-select-multiple .ant-select-selection-search-input,
- .ant-select-multiple .ant-select-selection-search-mirror {
- height: 24px;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
- line-height: 24px;
- transition: all 0.3s;
- }
- .ant-select-multiple .ant-select-selection-search-input {
- width: 100%;
- min-width: 4.1px;
- }
- .ant-select-multiple .ant-select-selection-search-mirror {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 999;
- white-space: pre;
- visibility: hidden;
- }
- .ant-select-multiple .ant-select-selection-placeholder {
- position: absolute;
- top: 50%;
- right: 11px;
- left: 11px;
- transform: translateY(-50%);
- transition: all 0.3s;
- }
- .ant-select-multiple.ant-select-lg .ant-select-selector::after {
- line-height: 32px;
- }
- .ant-select-multiple.ant-select-lg .ant-select-selection-item {
- height: 32px;
- line-height: 30px;
- }
- .ant-select-multiple.ant-select-lg .ant-select-selection-search {
- height: 32px;
- line-height: 32px;
- }
- .ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
- .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
- height: 32px;
- line-height: 30px;
- }
- .ant-select-multiple.ant-select-sm .ant-select-selector::after {
- line-height: 16px;
- }
- .ant-select-multiple.ant-select-sm .ant-select-selection-item {
- height: 16px;
- line-height: 14px;
- }
- .ant-select-multiple.ant-select-sm .ant-select-selection-search {
- height: 16px;
- line-height: 16px;
- }
- .ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
- .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
- height: 16px;
- line-height: 14px;
- }
- .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
- left: 7px;
- }
- .ant-select-multiple.ant-select-sm .ant-select-selection-search {
- margin-inline-start: 3px;
- }
- .ant-select-disabled .ant-select-selection-item-remove {
- display: none;
- }
- .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
- background-color: #fff;
- border-color: #ff4d4f !important;
- }
- .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
- .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
- border-color: #ff7875;
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
- border-right-width: 1px;
- outline: 0;
- }
- .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
- background-color: #fff;
- border-color: #faad14 !important;
- }
- .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
- .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
- border-color: #ffc53d;
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
- border-right-width: 1px;
- outline: 0;
- }
- .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
- .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
- .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
- .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
- right: 32px;
- }
- .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
- .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
- .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
- .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
- padding-right: 42px;
- }
- /* Reset search input style */
- .ant-select {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-size: 14px;
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- position: relative;
- display: inline-block;
- cursor: pointer;
- }
- .ant-select:not(.ant-select-customize-input) .ant-select-selector {
- position: relative;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
- cursor: pointer;
- }
- .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
- cursor: text;
- }
- .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
- cursor: auto;
- }
- .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
- border-color: #40a9ff;
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
- border-right-width: 1px;
- outline: 0;
- }
- .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
- color: rgba(0, 0, 0, 0.25);
- background: #f5f5f5;
- cursor: not-allowed;
- }
- .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
- background: #f5f5f5;
- }
- .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
- cursor: not-allowed;
- }
- .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
- margin: 0;
- padding: 0;
- background: transparent;
- border: none;
- outline: none;
- appearance: none;
- }
- .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
- display: none;
- /* stylelint-disable-next-line property-no-vendor-prefix */
- -webkit-appearance: none;
- }
- .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
- border-color: #40a9ff;
- border-right-width: 1px;
- }
- .ant-select-selection-item {
- flex: 1;
- overflow: hidden;
- font-weight: normal;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- @media all and (-ms-high-contrast: none) {
- .ant-select-selection-item *::-ms-backdrop,
- .ant-select-selection-item {
- flex: auto;
- }
- }
- .ant-select-selection-placeholder {
- flex: 1;
- overflow: hidden;
- color: #bfbfbf;
- white-space: nowrap;
- text-overflow: ellipsis;
- pointer-events: none;
- }
- @media all and (-ms-high-contrast: none) {
- .ant-select-selection-placeholder *::-ms-backdrop,
- .ant-select-selection-placeholder {
- flex: auto;
- }
- }
- .ant-select-arrow {
- display: inline-flex;
- color: inherit;
- font-style: normal;
- line-height: 0;
- text-transform: none;
- vertical-align: -0.125em;
- text-rendering: optimizelegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- position: absolute;
- top: 50%;
- right: 11px;
- display: flex;
- align-items: center;
- height: 12px;
- margin-top: -6px;
- color: rgba(0, 0, 0, 0.25);
- font-size: 12px;
- line-height: 1;
- text-align: center;
- pointer-events: none;
- }
- .ant-select-arrow > * {
- line-height: 1;
- }
- .ant-select-arrow svg {
- display: inline-block;
- }
- .ant-select-arrow::before {
- display: none;
- }
- .ant-select-arrow .ant-select-arrow-icon {
- display: block;
- }
- .ant-select-arrow .anticon {
- vertical-align: top;
- transition: transform 0.3s;
- }
- .ant-select-arrow .anticon > svg {
- vertical-align: top;
- }
- .ant-select-arrow .anticon:not(.ant-select-suffix) {
- pointer-events: auto;
- }
- .ant-select-disabled .ant-select-arrow {
- cursor: not-allowed;
- }
- .ant-select-arrow > *:not(:last-child) {
- margin-inline-end: 8px;
- }
- .ant-select-clear {
- position: absolute;
- top: 50%;
- right: 11px;
- z-index: 1;
- display: inline-block;
- width: 12px;
- height: 12px;
- margin-top: -6px;
- color: rgba(0, 0, 0, 0.25);
- font-size: 12px;
- font-style: normal;
- line-height: 1;
- text-align: center;
- text-transform: none;
- background: #fff;
- cursor: pointer;
- opacity: 0;
- transition: color 0.3s ease, opacity 0.15s ease;
- text-rendering: auto;
- }
- .ant-select-clear::before {
- display: block;
- }
- .ant-select-clear:hover {
- color: rgba(0, 0, 0, 0.45);
- }
- .ant-select:hover .ant-select-clear {
- opacity: 1;
- }
- .ant-select-dropdown {
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 0.85);
- font-variant: tabular-nums;
- line-height: 1.5715;
- list-style: none;
- font-feature-settings: 'tnum';
- position: absolute;
- top: -9999px;
- left: -9999px;
- z-index: 1050;
- box-sizing: border-box;
- padding: 4px 0;
- overflow: hidden;
- font-size: 14px;
- font-variant: initial;
- background-color: #fff;
- border-radius: 2px;
- outline: none;
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
- }
- .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
- .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
- animation-name: antSlideUpIn;
- }
- .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
- .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
- animation-name: antSlideDownIn;
- }
- .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
- animation-name: antSlideUpOut;
- }
- .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
- animation-name: antSlideDownOut;
- }
- .ant-select-dropdown-hidden {
- display: none;
- }
- .ant-select-dropdown-empty {
- color: rgba(0, 0, 0, 0.25);
- }
- .ant-select-item-empty {
- position: relative;
- display: block;
- min-height: 32px;
- padding: 5px 12px;
- color: rgba(0, 0, 0, 0.85);
- font-weight: normal;
- font-size: 14px;
- line-height: 22px;
- color: rgba(0, 0, 0, 0.25);
- }
- .ant-select-item {
- position: relative;
- display: block;
- min-height: 32px;
- padding: 5px 12px;
- color: rgba(0, 0, 0, 0.85);
- font-weight: normal;
- font-size: 14px;
- line-height: 22px;
- cursor: pointer;
- transition: background 0.3s ease;
- }
- .ant-select-item-group {
- color: rgba(0, 0, 0, 0.45);
- font-size: 12px;
- cursor: default;
- }
- .ant-select-item-option {
- display: flex;
- }
- .ant-select-item-option-content {
- flex: auto;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .ant-select-item-option-state {
- flex: none;
- user-select: none;
- }
- .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
- background-color: #f5f5f5;
- }
- .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
- color: rgba(0, 0, 0, 0.85);
- font-weight: 600;
- background-color: #e6f7ff;
- }
- .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
- color: #1890ff;
- }
- .ant-select-item-option-disabled {
- color: rgba(0, 0, 0, 0.25);
- cursor: not-allowed;
- }
- .ant-select-item-option-disabled.ant-select-item-option-selected {
- background-color: #f5f5f5;
- }
- .ant-select-item-option-grouped {
- padding-left: 24px;
- }
- .ant-select-lg {
- font-size: 16px;
- }
- .ant-select-borderless .ant-select-selector {
- background-color: transparent !important;
- border-color: transparent !important;
- box-shadow: none !important;
- }
- .ant-select.ant-select-in-form-item {
- width: 100%;
- }
- .ant-select-compact-item:not(.ant-select-compact-last-item) {
- margin-right: -1px;
- }
- .ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
- margin-right: 0;
- margin-left: -1px;
- }
- .ant-select-compact-item:hover > *,
- .ant-select-compact-item:focus > *,
- .ant-select-compact-item:active > * {
- z-index: 2;
- }
- .ant-select-compact-item.ant-select-focused > * {
- z-index: 2;
- }
- .ant-select-compact-item[disabled] > * {
- z-index: 0;
- }
- .ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select .ant-select-selector {
- border-radius: 0;
- }
- .ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) .ant-select-selector {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) .ant-select-selector {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) .ant-select-selector {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) .ant-select-selector {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .ant-select-rtl {
- direction: rtl;
- }
- .ant-select-rtl .ant-select-arrow {
- right: initial;
- left: 11px;
- }
- .ant-select-rtl .ant-select-clear {
- right: initial;
- left: 11px;
- }
- .ant-select-dropdown-rtl {
- direction: rtl;
- }
- .ant-select-dropdown-rtl .ant-select-item-option-grouped {
- padding-right: 24px;
- padding-left: 12px;
- }
- .ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
- .ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
- padding-right: 4px;
- padding-left: 24px;
- }
- .ant-select-rtl.ant-select-multiple .ant-select-selection-item {
- text-align: right;
- }
- .ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
- margin-right: 0;
- margin-left: 4px;
- text-align: right;
- }
- .ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
- right: 0;
- left: auto;
- }
- .ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
- right: 11px;
- left: auto;
- }
- .ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
- right: 7px;
- }
- .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
- .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
- right: 0;
- left: 9px;
- text-align: right;
- }
- .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
- right: 11px;
- left: 25px;
- }
- .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
- .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
- padding-right: 0;
- padding-left: 18px;
- }
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
- right: 6px;
- }
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
- .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
- padding-right: 0;
- padding-left: 21px;
- }
- .ant-empty {
- margin: 0 8px;
- font-size: 14px;
- line-height: 1.5715;
- text-align: center;
- }
- .ant-empty-image {
- height: 100px;
- margin-bottom: 8px;
- }
- .ant-empty-image img {
- height: 100%;
- }
- .ant-empty-image svg {
- height: 100%;
- margin: auto;
- }
- .ant-empty-footer {
- margin-top: 16px;
- }
- .ant-empty-normal {
- margin: 32px 0;
- color: rgba(0, 0, 0, 0.25);
- }
- .ant-empty-normal .ant-empty-image {
- height: 40px;
- }
- .ant-empty-small {
- margin: 8px 0;
- color: rgba(0, 0, 0, 0.25);
- }
- .ant-empty-small .ant-empty-image {
- height: 35px;
- }
- .ant-empty-img-default-ellipse {
- fill: #f5f5f5;
- fill-opacity: 0.8;
- }
- .ant-empty-img-default-path-1 {
- fill: #aeb8c2;
- }
- .ant-empty-img-default-path-2 {
- fill: url('#linearGradient-1');
- }
- .ant-empty-img-default-path-3 {
- fill: #f5f5f7;
- }
- .ant-empty-img-default-path-4 {
- fill: #dce0e6;
- }
- .ant-empty-img-default-path-5 {
- fill: #dce0e6;
- }
- .ant-empty-img-default-g {
- fill: #fff;
- }
- .ant-empty-img-simple-ellipse {
- fill: #f5f5f5;
- }
- .ant-empty-img-simple-g {
- stroke: #d9d9d9;
- }
- .ant-empty-img-simple-path {
- fill: #fafafa;
- }
- .ant-empty-rtl {
- direction: rtl;
- }
- nz-empty {
- display: block;
- }
- .ant-select-dropdown {
- position: relative;
- top: 100%;
- left: 0;
- display: block;
- width: 100%;
- margin-top: 4px;
- margin-bottom: 4px;
- }
- .ant-select-dropdown .cdk-virtual-scroll-content-wrapper {
- right: 0;
- }
- .ant-select-dropdown .full-width {
- contain: initial;
- }
- .ant-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
- position: static;
- }
- .ant-select-dropdown .full-width .cdk-virtual-scroll-spacer {
- position: absolute;
- top: 0;
- width: 1px;
- }
|