12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .arrow {
- width: 12px;
- height: 13px;
- }
- .CSelectWrap {
- :global {
- .n-select {
- width: 100%;
- min-width: 180px;
- .n-base-selection-label {
- height: 43px;
- line-height: 43px;
- }
- .n-base-selection__border {
- border-radius: 8px;
- overflow: hidden;
- }
- .n-base-selection__state-border {
- border-radius: 8px;
- overflow: hidden;
- }
- }
- }
- }
- .CSelectWrap.CSelectInitWrap {
- :global {
- .n-select {
- width: 180px !important;
- .n-base-selection-label {
- height: 43px;
- line-height: 43px;
- }
- .n-base-selection__border {
- border-radius: 8px;
- overflow: hidden;
- }
- .n-base-selection__state-border {
- border-radius: 8px;
- overflow: hidden;
- }
- }
- }
- }
- // :global {
- // .n-base-select-option {
- // line-height: 45px;
- // border-radius: 8px;
- // }
- // .n-base-select-option--selected {
- // background: #198cfe;
- // color: #fff;
- // }
- // }
|