@douyinfe/semi-ui 2.56.0-beta.0 → 2.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/semi.css CHANGED
@@ -15721,18 +15721,21 @@ img[src=""], img:not([src]) {
15721
15721
  overflow: hidden;
15722
15722
  position: relative;
15723
15723
  }
15724
+ .semi-select-multiple.semi-select-filterable .semi-select-content-wrapper:not(.semi-select-content-wrapper-empty) .semi-input-wrapper {
15725
+ height: 24px;
15726
+ line-height: 24px;
15727
+ }
15728
+ .semi-select-multiple.semi-select-filterable .semi-select-content-wrapper:not(.semi-select-content-wrapper-empty) .semi-input-wrapper .semi-input-default {
15729
+ height: 24px;
15730
+ }
15724
15731
  .semi-select-multiple.semi-select-filterable .semi-select-content-wrapper-empty .semi-input-wrapper {
15725
15732
  position: absolute;
15726
15733
  top: 0;
15727
15734
  left: 0;
15728
15735
  height: 100%;
15729
15736
  }
15730
- .semi-select-multiple.semi-select-filterable .semi-select-content-wrapper .semi-input-wrapper {
15731
- height: 24px;
15732
- line-height: 24px;
15733
- }
15734
- .semi-select-multiple.semi-select-filterable .semi-select-content-wrapper .semi-input-wrapper .semi-input-default {
15735
- height: 24px;
15737
+ .semi-select-multiple.semi-select-filterable .semi-select-content-wrapper-empty .semi-input-wrapper .semi-input-default {
15738
+ height: 100%;
15736
15739
  }
15737
15740
  .semi-select-multiple.semi-select-filterable .semi-input-wrapper {
15738
15741
  height: 100%;
@@ -15748,19 +15751,19 @@ img[src=""], img:not([src]) {
15748
15751
  padding-right: 0;
15749
15752
  }
15750
15753
 
15751
- .semi-select-multiple.semi-select-filterable.semi-select-large .semi-input-wrapper-large {
15754
+ .semi-select-multiple.semi-select-filterable.semi-select-large .semi-select-content-wrapper:not(.semi-select-content-wrapper-empty) .semi-input-wrapper-large {
15752
15755
  height: 24px;
15753
15756
  line-height: 24px;
15754
15757
  }
15755
- .semi-select-multiple.semi-select-filterable.semi-select-large .semi-input-wrapper-large .semi-input-large {
15758
+ .semi-select-multiple.semi-select-filterable.semi-select-large .semi-select-content-wrapper:not(.semi-select-content-wrapper-empty) .semi-input-wrapper-large .semi-input-large {
15756
15759
  height: 24px;
15757
15760
  }
15758
15761
 
15759
- .semi-select-multiple.semi-select-filterable.semi-select-small .semi-input-wrapper {
15762
+ .semi-select-multiple.semi-select-filterable.semi-select-small .semi-select-content-wrapper:not(.semi-select-content-wrapper-empty) .semi-input-wrapper {
15760
15763
  height: 20px;
15761
15764
  line-height: 20px;
15762
15765
  }
15763
- .semi-select-multiple.semi-select-filterable.semi-select-small .semi-input-wrapper .semi-input-small {
15766
+ .semi-select-multiple.semi-select-filterable.semi-select-small .semi-select-content-wrapper:not(.semi-select-content-wrapper-empty) .semi-input-wrapper .semi-input-small {
15764
15767
  height: 20px;
15765
15768
  }
15766
15769